diff options
Diffstat (limited to 'features/aversion_of_fire.json')
-rw-r--r-- | features/aversion_of_fire.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/aversion_of_fire.json b/features/aversion_of_fire.json index 2072454..d4d4c96 100644 --- a/features/aversion_of_fire.json +++ b/features/aversion_of_fire.json @@ -8,12 +8,12 @@ "effects": [{ "target": "self", "effect": [ "Impose disadvantage on TYPE", "attack rolls" ], - "duration": "End of next turn" + "duration": "End of target next turn" }, { "target": "self", "effect": [ "Impose disadvantage on TYPE", "ability checks" ], - "duration": "End of next turn" + "duration": "End of target next turn" }] } ] |