Skip to content

Commit

Permalink
Update Emotionally Unaware penalty so it doesn't apply on initiative …
Browse files Browse the repository at this point in the history
…rolls (#18170)
  • Loading branch information
ammalagonc authored Feb 4, 2025
1 parent f7f1e35 commit 0594f1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packs/ancestryfeatures/emotionally-unaware.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
{
"or": [
{
"not": "check:statistic:perception"
"nor": [
"check:statistic:perception",
"check:statistic:initiative"
]
},
"action:sense-motive"
]
Expand Down

0 comments on commit 0594f1a

Please sign in to comment.