go up/down message change (#49472)

"There's nothing in that direction!" -> "There's nowhere to go in that direction!"
because there IS something in that direction, you just can't go through the ceiling/floor.
This commit is contained in:
PKPenguin321
2020-03-02 21:23:20 +13:00
committed by GitHub
parent 700b52a1ce
commit cb09d42585
+1 -1
View File
@@ -474,7 +474,7 @@
var/turf/target = get_step_multiz(src, dir)
if(!target)
if(feedback)
to_chat(src, "<span class='warning'>There's nothing in that direction!</span>")
to_chat(src, "<span class='warning'>There's nowhere to go in that direction!</span>")
return FALSE
if(!canZMove(dir, target))
if(feedback)