From 23c9ea970b0c8b16214da6f67c4e31a413e92992 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:13:11 -0700 Subject: [PATCH] [MIRROR] Fix ripleys floating in openspace (#12895) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- code/game/mecha/working/ripley.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/working/ripley.dm b/code/game/mecha/working/ripley.dm index 39d8fcaeb8..a513ab6623 100644 --- a/code/game/mecha/working/ripley.dm +++ b/code/game/mecha/working/ripley.dm @@ -27,7 +27,7 @@ icon_scale_x = 1.2 icon_scale_y = 1.2 -/obj/mecha/working/ripley/Move() +/obj/mecha/working/ripley/Move(atom/newloc, direct = 0, movetime) . = ..() if(.) collect_ore()