This commit is contained in:
Geeves
2021-06-05 17:00:43 +02:00
committed by GitHub
parent eee0514400
commit 0bc337e3bc
14 changed files with 305 additions and 24 deletions
+1 -1
View File
@@ -339,7 +339,7 @@
// Called whenever an object is moved around inside the mob's contents.
// 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)
/obj/item/proc/on_slotmove(var/mob/user, slot)
if(zoom)
zoom(user)