foxygit / doom Log in
commit 390aebe1d5b3d7d97332498da0ce02df7c09e56b
Author:     tpoppins <tpoppins@juno.com>
AuthorDate: Tue Feb 23 09:16:15 2021 -0500
Commit:     GitHub <noreply@github.com>
CommitDate: Tue Feb 23 15:16:15 2021 +0100

    Fixes #1345 (#1352)
---
 src/doom/st_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doom/st_stuff.c b/src/doom/st_stuff.c
index 3c657373..95e24c16 100644
--- a/src/doom/st_stuff.c
+++ b/src/doom/st_stuff.c
@@ -478,7 +478,7 @@ ST_Responder (event_t* ev)
 	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);