
Pages:<< prev 1 next >>



Fledgling

GroupMembers
Posts1
JoinedJan 21, 2021
magic.c line 3055 (current github version) for the spell Energy Drain has this line:
Is this a mistake? It seems like the lower the level of the victim, the more likely they are to make their saving throw. Shouldn't it be
...like every other ris_save() check in the game?
schance = ris_save( victim, victim->level, RIS_DRAIN );
Is this a mistake? It seems like the lower the level of the victim, the more likely they are to make their saving throw. Shouldn't it be
schance = ris_save( victim, level, RIS_DRAIN );
...like every other ris_save() check in the game?



Conjurer

GroupMembers
Posts429
JoinedMar 7, 2005
Looks like a legit find to me? Thanks for sharing!

Pages:<< prev 1 next >>