mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.0
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user