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