Fixes pick up animation, and adds put down animations (#14055)

This commit is contained in:
Wowzewow (Wezzy)
2022-05-25 18:47:19 +08:00
committed by GitHub
parent e031760cf7
commit dd8cb0e664
6 changed files with 105 additions and 46 deletions
+1
View File
@@ -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