mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 07:49:09 +00:00
Fix multitool arrow hard delete (#91114)
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user