mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Pick up fixes (#10922)
Pick up animation now does the little shake at the start correctly. also cleans up some stuff here and there
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
if(feedback)
|
||||
to_chat(user, SPAN_NOTICE("You collect \the [I]."))
|
||||
if(isturf(I.loc) && I.Adjacent(user))
|
||||
I.do_pickup_animation(user)
|
||||
I.do_pickup_animation(user, loc)
|
||||
I.forceMove(src)
|
||||
wrapped = I
|
||||
wrapped.pixel_x = 0
|
||||
|
||||
Reference in New Issue
Block a user