From d266487298a65170286ae5e093efc816721c5dc8 Mon Sep 17 00:00:00 2001 From: Crazylemon Date: Wed, 9 Mar 2016 12:34:37 -0800 Subject: [PATCH 1/2] 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 From 33564552efd16d4b40db190af1a11de282144404 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Thu, 10 Mar 2016 15:59:59 -0800 Subject: [PATCH 2/2] Changelog fix --- html/changelog.html | 1 - html/changelogs/.all_changelog.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/html/changelog.html b/html/changelog.html index 8d7c2b6dc3f..c001970ac49 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -63,7 +63,6 @@
  • Slime people now slowly shift color based on reagents inside of them - disabled by default, toggle it with an IC verb
  • Slime people's cores are more vulnerable to damage
  • Species-related abilities now properly are removed - no more vox hair stylists, unfortunately.
  • -
  • Organs that lack encasing bones will be less able to protect the internal organs when bludgeoned
  • Fethas updated: