From d266487298a65170286ae5e093efc816721c5dc8 Mon Sep 17 00:00:00 2001 From: Crazylemon Date: Wed, 9 Mar 2016 12:34:37 -0800 Subject: [PATCH] Godmode provides bomb immunity --- code/modules/mob/living/carbon/human/human.dm | 3 +++ 1 file changed, 3 insertions(+) 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