Update code/modules/mob/living/carbon/life.dm

Co-Authored-By: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
Chayse Ramsay
2019-08-04 05:26:16 +01:00
committed by GitHub
parent 0a7054c604
commit 5e757f1012
+1 -1
View File
@@ -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