mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Fixes pick up animation, and adds put down animations (#14055)
This commit is contained in:
@@ -183,6 +183,7 @@ var/list/slot_equipment_priority = list( \
|
||||
if(!(W && W.loc))
|
||||
return TRUE
|
||||
W.forceMove(target)
|
||||
W.do_drop_animation(src)
|
||||
update_icon()
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user