diff --git a/code/game/machinery/computer/robot.dm b/code/game/machinery/computer/robot.dm index ed3b3d95099..f676d861f96 100644 --- a/code/game/machinery/computer/robot.dm +++ b/code/game/machinery/computer/robot.dm @@ -46,7 +46,7 @@ return FALSE if(R.scrambledcodes) return FALSE - if(!atoms_share_level(src, R)) + if(!atoms_share_level(get_turf(src), get_turf(R))) return FALSE return TRUE