Fixes pick up animation, and adds put down animations (#14055)

This commit is contained in:
Wowzewow (Wezzy)
2022-05-25 18:47:19 +08:00
committed by GitHub
parent e031760cf7
commit dd8cb0e664
6 changed files with 105 additions and 46 deletions
+1
View File
@@ -356,6 +356,7 @@
// called when this item is removed from a storage item, which is passed on as S. The loc variable is already set to the new destination before this is called.
/obj/item/proc/on_exit_storage(obj/item/storage/S as obj)
do_drop_animation(S)
return
// called when this item is added into a storage item, which is passed on as S. The loc variable is already set to the storage item.