From d8a1edb3f26d8c3e811757333a4919dd5e934031 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 5 Feb 2026 01:12:33 -0500 Subject: [PATCH] Makes vetus legs not cross world border (#31564) --- .../mob/living/simple_animal/hostile/megafauna/ancient_robot.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm index 1b551ec6c26..4dd15c57b1c 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm @@ -697,6 +697,7 @@ Difficulty: Hard who_am_i = who ranged_cooldown_time = rand(30, 60) // keeps them not running on the same time addtimer(CALLBACK(src, PROC_REF(beam_setup)), 1 SECONDS) + ADD_TRAIT(src, TRAIT_NO_EDGE_TRANSITIONS, ROUNDSTART_TRAIT) /mob/living/simple_animal/hostile/ancient_robot_leg/Destroy()