diff --git a/code/modules/mob/mob_movement.dm b/code/modules/mob/mob_movement.dm index 740a0884138..7739c731cfd 100644 --- a/code/modules/mob/mob_movement.dm +++ b/code/modules/mob/mob_movement.dm @@ -474,7 +474,7 @@ var/turf/target = get_step_multiz(src, dir) if(!target) if(feedback) - to_chat(src, "There's nothing in that direction!") + to_chat(src, "There's nowhere to go in that direction!") return FALSE if(!canZMove(dir, target)) if(feedback)