mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds animations for picking up and placing items. (#18702)
* Add initial support for telegraphing item pickups * Add interaction to lockers * Undo some extraneous changes * Make pickpocket gloves not show any animation on pickup
This commit is contained in:
@@ -191,6 +191,7 @@
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user