From 0a7054c6048f043156679c2551328a768e2890c8 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Sun, 4 Aug 2019 05:26:02 +0100 Subject: [PATCH 1/2] Update code/modules/mob/living/carbon/inventory.dm Co-Authored-By: deathride58 --- code/modules/mob/living/carbon/inventory.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/inventory.dm b/code/modules/mob/living/carbon/inventory.dm index 2c4627b0ee..388cf81a43 100644 --- a/code/modules/mob/living/carbon/inventory.dm +++ b/code/modules/mob/living/carbon/inventory.dm @@ -144,5 +144,5 @@ /mob/living/carbon/proc/get_internal_slots() return list( head, - wear_mask, + wear_mask ) From 5e757f1012355d761c865b891394bdccfdd21e19 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Sun, 4 Aug 2019 05:26:16 +0100 Subject: [PATCH 2/2] Update code/modules/mob/living/carbon/life.dm Co-Authored-By: deathride58 --- code/modules/mob/living/carbon/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 999544d1f7..9f4f7ba868 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -318,7 +318,7 @@ if(internal.loc != src) internal = null update_internals_hud_icon(0) - else if (internals == FALSE && !getorganslot(ORGAN_SLOT_BREATHING_TUBE)) + else if (!internals && !getorganslot(ORGAN_SLOT_BREATHING_TUBE)) internal = null update_internals_hud_icon(0) else