mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Edited the description of RadEffectsRemovalMsg option
This commit is contained in:
+2
-2
@@ -662,8 +662,8 @@ DontTurnOffSneakIfYouRun=0
|
||||
;Set to 0 to disable switching. (Default is 3)
|
||||
UseWalkDistance=3
|
||||
|
||||
;Changes the message number in misc.msg used to display a message when you recover from radiation damage
|
||||
;Default is 3003 ('You feel better' message line)
|
||||
;Changes the displayed message when you recover from the negative effects of radiation exposure
|
||||
;The value is the message number in misc.msg (Default is 3003, the 'You feel better' line)
|
||||
RadEffectsRemovalMsg=3003
|
||||
|
||||
;Set to 1 to display messages about radiation for the active geiger counter
|
||||
|
||||
@@ -3131,7 +3131,7 @@ void BugFixes::init()
|
||||
|
||||
// Radiation fixes
|
||||
MakeCall(0x42D6C3, process_rads_hack, 1); // prevents player's death if a stat is less than 1 when removing radiation effects
|
||||
HookCall(0x42D67A, process_rads_hook); // fix for the same message being displayed when removing radiation effects
|
||||
HookCall(0x42D67A, process_rads_hook); // fix for the same effect message being displayed when removing radiation effects
|
||||
radEffectsMsgNum = GetConfigInt("Misc", "RadEffectsRemovalMsg", radEffectsMsgNum);
|
||||
// Display messages about radiation for the active geiger counter
|
||||
if (GetConfigInt("Misc", "ActiveGeigerMsgs", 1)) {
|
||||
|
||||
Reference in New Issue
Block a user