mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
sdaf (#17910)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
/obj/structure/bed/stool/chair/MouseDrop_T(mob/target, mob/user)
|
||||
if(target == user && user.loc != loc && (reverse_dir[dir] & angle2dir(Get_Angle(src, user))))
|
||||
user.visible_message("<b>[user]</b> starts climbing over the back of \the [src]...", SPAN_NOTICE("You start climbing over the back of \the [src]..."))
|
||||
if(do_after(user, 2 SECONDS, DO_UNIQUE))
|
||||
if(do_after(user, 2 SECONDS, do_flags = DO_UNIQUE))
|
||||
user.forceMove(loc)
|
||||
return
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user