This commit is contained in:
TheGiddyLimit
2024-07-10 20:47:40 +01:00
parent e5844f8a3f
commit 2eeeb0771b
341 changed files with 67623 additions and 11384 deletions

View File

@@ -402,7 +402,7 @@ class TagCondition {
"unconscious",
];
static _STATUS_MATCHER = new RegExp(`\\b(concentration)\\b`, "g");
static _STATUS_MATCHER = new RegExp(`\\b(concentration|surprised)\\b`, "g");
static _STATUS_MATCHER_ALT = new RegExp(`\\b(concentrating)\\b`, "g");