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
View File
@@ -194,6 +194,7 @@ var/list/slot_equipment_priority = list( \
remove_from_mob(W)
if(!(W && W.loc))
return 1
INVOKE_ASYNC(W, /atom/movable/proc/do_putdown_animation, target, src)
W.forceMove(target)
update_icon()
return 1
+1
View File
@@ -267,6 +267,7 @@
target.client.perspective = EYE_PERSPECTIVE
target.client.eye = src
target.simple_move_animation(src)
target.forceMove(src)
for (var/mob/C in viewers(src))