Fixes Hand Overlays (#9513)

This commit is contained in:
Geeves
2020-07-30 11:09:23 +02:00
committed by GitHub
parent d7afe11acf
commit 03537889f0
2 changed files with 7 additions and 1 deletions

View File

@@ -464,7 +464,7 @@
if(!removed_hand_overlay)
var/state = (hud.l_hand_hud_object == src) ? "l_hand_removed" : "r_hand_removed"
removed_hand_overlay = image("icon" = 'icons/mob/screen_gen.dmi', "icon_state" = state)
overlays.Cut()
cut_overlays()
if(hud.mymob && ishuman(hud.mymob))
var/mob/living/carbon/human/H = hud.mymob
var/obj/item/organ/external/O