This commit is contained in:
TheGiddyLimit
2024-02-01 15:54:34 +00:00
parent a4e391a3e7
commit 7c341dc1a7
54 changed files with 5931 additions and 121 deletions

View File

@@ -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;