Fixed item stacks harddel (#18728)

* Atomization

* asdf

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2024-03-24 14:04:00 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent 84b63b2571
commit b8e5768413
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@
/obj/item/stack/Destroy()
if (src && usr && usr.machine == src)
usr << browse(null, "window=stack")
usr.unset_machine()
return ..()
/obj/item/stack/update_icon()