mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2026-01-14 05:47:50 -06:00
v1.202.0
This commit is contained in:
@@ -1553,7 +1553,7 @@ class CreatureParser extends BaseParser {
|
||||
// regular creatures
|
||||
|
||||
// region Size
|
||||
const reSize = new RegExp(`(${Object.values(Parser.SIZE_ABV_TO_FULL).join("|")})`, "i");
|
||||
const reSize = new RegExp(`\\b(${Object.values(Parser.SIZE_ABV_TO_FULL).join("|")})\\b`, "i");
|
||||
const reSizeGlobal = new RegExp(reSize, "gi");
|
||||
|
||||
const tks = meta.curLine.split(reSizeGlobal);
|
||||
|
||||
Reference in New Issue
Block a user