2026/04/20 Update
Aberrations shouldn't show up on the default Druid PnP Wildshape list. Added Assassin to GetIsBioSpellCastClass() Updated CloakedCastingDC() to work with Factotum's Cunning Brilliance. Greatly expanded the possible class abilities for Factotum's Cunning Brilliance. Fixed Sublime Chord related bug in PRCGetIsRealSpellKnownByClass().
This commit is contained in:
@@ -110,7 +110,7 @@ const int TYPE_WILD_SHAPE = 1; //0x01
|
||||
const int TYPE_ELEMENTAL_SHAPE = 2; //0x02
|
||||
const int TYPE_DRAGON_SHAPE = 4; //0x04
|
||||
const int TYPE_POLYMORPH_SELF = 8; //0x08
|
||||
const int TYPE_ABERRANT_SHAPE = 16; //0x16
|
||||
const int TYPE_ABERRANT_SHAPE = 16; //0x10
|
||||
const int TYPE_PLANT_SHAPE = 32; //0x20
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user