Login
User Name:

Password:



Register

Forgot your password?
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
SWRFUSS 1.4
Author: Various
Submitted by: Samson
Users Online
Bing

Members: 0
Guests: 25
Stats
Files
Topics
Posts
Members
Newest Member
488
3,788
19,631
595
Khonsu

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Codebases » SmaugFUSS » Energy drain level check for ...
Forum Rules | Mark all | Recent Posts

Energy drain level check for RIS
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Jan 21, 2021 4:18 pm   
Go to the top of the page
Go to the bottom of the page

gareth
Fledgling
GroupMembers
Posts1
JoinedJan 21, 2021

 
magic.c line 3055 (current github version) for the spell Energy Drain has this line:

   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?

Post is unread #2 Feb 4, 2021 12:07 pm   
Go to the top of the page
Go to the bottom of the page

GatewaySysop
Conjurer
GroupMembers
Posts413
JoinedMar 7, 2005

 
Looks like a legit find to me? Thanks for sharing! :cool:

Pages:<< prev 1 next >>