Skip to content

Commit

Permalink
Fix action type of Clone Risen and Miror Risen feats (#18072)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Jan 22, 2025
1 parent 946bee9 commit cb54ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packs/feats/clone-risen.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Clone-Risen",
"system": {
"actionType": {
"value": "reaction"
"value": "passive"
},
"actions": {
"value": null
Expand Down
2 changes: 1 addition & 1 deletion packs/feats/mirror-risen.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Mirror-Risen",
"system": {
"actionType": {
"value": "reaction"
"value": "passive"
},
"actions": {
"value": null
Expand Down

0 comments on commit cb54ae0

Please sign in to comment.