fix stacks leaving stuff in unexpected ways

This commit is contained in:
SandPoot
2024-01-06 18:56:46 -03:00
parent f497c4d09e
commit 8eab55aaa6
+5
View File
@@ -551,3 +551,8 @@
/obj/item/stack/proc/prepare_estorage(obj/item/robot_module/module)
if(source)
source = module.get_or_create_estorage(source)
/obj/item/stack/Moved(old_loc, dir)
. = ..()
if(isturf(loc))
update_icon()