Page 1 of 1

Stunning Fist Bug

Posted: Sun Sep 23, 2018 5:11 am
by Oreles
This is a very old bug.

'Immunity to Mind Effecting Spells' Should not confer immunity to Stunning Fist.

May I ask if this bug remaining is deliberate on BGTSCC?

If the line...

Code: Select all

 effect eImmune = EffectImmunity(IMMUNITY_TYPE_MIND_SPELLS);
...of spells like protection from evil and mind blank were changed to a series of linked...

Code: Select all

effect eImmune = EffectSpellImmunity( int SPELLS.2da Constants);
...and all the necessary spells were listed, could this fix this bug?