This commit is contained in:
Fluffy
2023-12-09 12:26:08 +00:00
committed by GitHub
parent 269bce2175
commit c4f5dc06e7
2 changed files with 42 additions and 1 deletions
@@ -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 ..()