From 0594f1acb0d9282782fe96e8cc8c508293ac1ca4 Mon Sep 17 00:00:00 2001 From: Ambrose <45524683+ammalagonc@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:19:36 -0500 Subject: [PATCH] Update Emotionally Unaware penalty so it doesn't apply on initiative rolls (#18170) --- packs/ancestryfeatures/emotionally-unaware.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packs/ancestryfeatures/emotionally-unaware.json b/packs/ancestryfeatures/emotionally-unaware.json index 4eefafa2f8c..880cca0998f 100644 --- a/packs/ancestryfeatures/emotionally-unaware.json +++ b/packs/ancestryfeatures/emotionally-unaware.json @@ -31,7 +31,10 @@ { "or": [ { - "not": "check:statistic:perception" + "nor": [ + "check:statistic:perception", + "check:statistic:initiative" + ] }, "action:sense-motive" ]