Energy drain level check for RIS
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Jan 21, 2021 4:18 pm
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?
#2 Feb 4, 2021 12:07 pm
GroupMembers
Posts423
JoinedMar 7, 2005
Looks like a legit find to me? Thanks for sharing!
Pages:<< prev 1 next >>