Skip to content

Commit

Permalink
Fixed text on confusion status complication
Browse files Browse the repository at this point in the history
  • Loading branch information
qkmaxware committed May 16, 2021
1 parent 205be98 commit 0fcf380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ConditionDrawer
Name="Confused" IconUrl="assets/artwork/status effects/confused.svg"
Getter=@(() => Character.Condition.Confused) Setter=@((v) => Character.Condition.Confused = v)>
A character suffering from temporary or permanent blindness has impaired concentration, increasing the difficulty of <b>Reason</b> tasks by 1.
A character suffering from confusion has impaired concentration, increasing the difficulty of <b>Reason</b> tasks by 1.
</ConditionDrawer>

<ConditionDrawer
Expand Down

0 comments on commit 0fcf380

Please sign in to comment.