2025/07/08 Afternoon update

Added WotC source for the werewolf class to Notes folder.
Eldritch Blast should be unlimited uses per day.
Avariel & Feyri should get wings after CharGen.
Added Avariel & Feyri to PRCIsFlying().
Maybe fixed Whirling Blade.
Updated Superb Dispelling TLK.
This commit is contained in:
Jaysyn904
2025-07-08 12:34:31 -04:00
parent ba20411a61
commit 358b36350a
7 changed files with 66 additions and 12 deletions

View File

@@ -246,7 +246,7 @@ int GetSpellFromAbrev(string sAbrev)
sAbrev = GetStringLowerCase(sAbrev);
if(GetStringLeft(sAbrev, 8) == "epic_sp_")
sAbrev = GetStringRight(sAbrev, GetStringLength(sAbrev)-8);
if(DEBUG) DoDebug("sAbrew to check vs: " + sAbrev);
if(DEBUG) DoDebug("sAbrev to check vs: " + sAbrev);
int i = 0;
string sLabel = GetStringLowerCase(Get2DACache("epicspells", "LABEL", i));
while(sLabel != "")