From 24530bfc00e737b7b2b755840b18c3ec433f27bf Mon Sep 17 00:00:00 2001 From: Archemagus <32466328+Archemagus@users.noreply.github.com> Date: Thu, 18 Nov 2021 01:06:50 +0300 Subject: [PATCH] Fixing floorbot (#62878) Not tested, but YOLOmerge requested --- code/modules/mob/living/simple_animal/bot/floorbot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/floorbot.dm b/code/modules/mob/living/simple_animal/bot/floorbot.dm index 382b2342b06..1929b271376 100644 --- a/code/modules/mob/living/simple_animal/bot/floorbot.dm +++ b/code/modules/mob/living/simple_animal/bot/floorbot.dm @@ -193,7 +193,7 @@ audible_message("[src] makes an excited booping beeping sound!") //Normal scanning procedure. We have tiles loaded, are not emagged. - if(!target && emagged) + if(!target && !emagged) if(targetdirection != null) //The bot is in line mode. var/turf/T = get_step(src, targetdirection) if(isspaceturf(T)) //Check for space