mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 04:52:16 +00:00
Fixes Hand Overlays (#9513)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user