diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index f71ec823882..05cf2458f2d 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -308,6 +308,9 @@ var/b_loss = null var/f_loss = null + if(status_flags & GODMODE) + return 0 + switch(severity) if(1) b_loss += 500