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:
@@ -374,6 +374,12 @@ int PRCIsFlying(object oCreature)
|
||||
|
||||
if(GetRacialType(oCreature) == RACIAL_TYPE_GLOURA)
|
||||
bFlying = TRUE;
|
||||
|
||||
if(GetRacialType(oCreature) == RACIAL_TYPE_AVARIEL)
|
||||
bFlying = TRUE;
|
||||
|
||||
if(GetRacialType(oCreature) == RACIAL_TYPE_FEYRI)
|
||||
bFlying = TRUE;
|
||||
|
||||
if(GetRacialType(oCreature) == RACIAL_TYPE_SPIRETOPDRAGON)
|
||||
bFlying = TRUE;
|
||||
|
Reference in New Issue
Block a user