Fix multitool arrow hard delete (#91114)

This commit is contained in:
FlufflesTheDog
2025-05-14 14:58:07 -07:00
committed by GitHub
parent 2719ca1866
commit d31c761237
2 changed files with 7 additions and 1 deletions

View File

@@ -3,3 +3,9 @@
icon_state = "multitool_arrow"
pixel_x = -32
pixel_y = -32
/atom/movable/screen/multitool_arrow/Destroy()
if(hud)
hud.infodisplay -= src
INVOKE_ASYNC(hud, TYPE_PROC_REF(/datum/hud, show_hud), hud.hud_version)
return ..()