mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user