Merge pull request #5867 from KasparoVy/Fixes-Alt-Head-Runtime

Resolves a runtime with alt icons, fixes #5863
This commit is contained in:
Fox McCloud
2016-11-09 15:33:45 -05:00
committed by GitHub
+1 -1
View File
@@ -159,7 +159,7 @@ var/global/list/limb_icon_cache = list()
gender = "f"
else
gender = "m"
if(limb_name == "head")
if(limb_name == "head" && !is_stump() && !(status & ORGAN_DESTROYED))
var/obj/item/organ/external/head/head_organ = src
head_organ.handle_alt_icon()