Revert "Adds animations for picking up and placing items. (#18702)" (#18824)

This reverts commit 2945bed697.
This commit is contained in:
AffectedArc07
2022-08-17 16:18:12 +01:00
committed by GitHub
parent 8cc30e63e9
commit e80f0e1d8d
5 changed files with 11 additions and 113 deletions
@@ -191,7 +191,6 @@
to_chat(user, "<span class='notice'>\The [W] is stuck to your hand, you cannot put it in \the [src]!</span>")
return
if(W)
W.do_drop_animation(user)
W.forceMove(loc)
return TRUE // It's resolved. No afterattack needed. Stops you from emagging lockers when putting in an emag
else if(can_be_emaged && (istype(W, /obj/item/card/emag) || istype(W, /obj/item/melee/energy/blade) && !broken))