Pick-up Animation Fix (#10738)

This commit is contained in:
Geeves
2020-12-07 12:17:25 +01:00
committed by GitHub
parent 84fe432b5e
commit 46a7a7d4ff
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -326,7 +326,7 @@
/obj/item/proc/pickup(mob/user)
pixel_x = 0
pixel_y = 0
return
do_pickup_animation(user)
// 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)