mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
GPS Stuff (#11692)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user