Removes the item dropping animations (#11039)

This commit is contained in:
Alberyk
2021-01-25 19:48:05 +01:00
committed by GitHub
parent 1af8cc198c
commit 6d6f49a954
4 changed files with 6 additions and 44 deletions
-1
View File
@@ -194,7 +194,6 @@ var/list/slot_equipment_priority = list( \
remove_from_mob(W)
if(!(W && W.loc))
return TRUE
W.do_putdown_animation(target, src)
W.forceMove(target)
update_icon()
return TRUE
@@ -112,7 +112,6 @@
if(wrapped.loc == src)
if(force_holder)
wrapped.force = force_holder
wrapped.do_putdown_animation(target, loc)
wrapped.forceMove(target)
force_holder = null
to_chat(loc, SPAN_NOTICE("You release \the [wrapped].")) // loc will always be the cyborg