Fixing floorbot (#62878)

Not tested, but YOLOmerge requested
This commit is contained in:
Archemagus
2021-11-17 14:06:50 -08:00
committed by GitHub
parent 6476496352
commit 24530bfc00
@@ -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