Edited the description of RadEffectsRemovalMsg option

This commit is contained in:
NovaRain
2020-04-01 22:09:46 +08:00
parent 0978769dfc
commit 873d9f81c2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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)) {