ref: 390aebe1d5b3d7d97332498da0ce02df7c09e56b
parent: 5696aedf508847c67cb0cdecadeca3e9f3296763
author: tpoppins <tpoppins@juno.com>
date: Tue Feb 23 04:16:15 EST 2021
Fixes #1345 (#1352)
--- a/src/doom/st_stuff.c
+++ b/src/doom/st_stuff.c
@@ -478,7 +478,7 @@
if (plyr->cheats & CF_GODMODE)
{
if (plyr->mo)
- plyr->mo->health = 100;
+ plyr->mo->health = deh_god_mode_health;
plyr->health = deh_god_mode_health;
plyr->message = DEH_String(STSTR_DQDON);