mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.199.1
This commit is contained in:
@@ -52,6 +52,8 @@ class BaseParserFeature extends BaseParser {
|
||||
parts.forEach(pt => {
|
||||
pt = pt.trim();
|
||||
|
||||
if (/^the ability to cast at least one spell$/i.test(pt)) return pre.spellcasting = true;
|
||||
|
||||
if (/^spellcasting$/i.test(pt)) return pre.spellcasting2020 = true;
|
||||
if (/^pact magic feature$/i.test(pt)) return pre.spellcasting2020 = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user