mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Removes the item dropping animations (#11039)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user