Putting down and disposals animation (#10873)

This commit is contained in:
Wowzewow (Wezzy)
2021-01-04 21:21:12 +01:00
committed by GitHub
parent 9d9a9d47f8
commit 5149a8fe60
5 changed files with 114 additions and 6 deletions
+1 -1
View File
@@ -319,7 +319,7 @@
// Linker proc: mob/proc/prepare_for_slotmove, which is referenced in proc/handle_item_insertion and obj/item/attack_hand.
// This shit exists so that dropped() could almost exclusively be called when an item is dropped.
/obj/item/proc/on_slotmove(var/mob/user)
if (zoom)
if(zoom)
zoom(user)
// called just as an item is picked up (loc is not yet changed)