mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Putting down and disposals animation (#10873)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user