mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Merge pull request #5867 from KasparoVy/Fixes-Alt-Head-Runtime
Resolves a runtime with alt icons, fixes #5863
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user