Ladders give the user a message if they're broken (#23063)

Now it's clear when a ladder is just set up incorrectly. Even though
they're super old fashioned and only used for admin memes and whatnot.
This commit is contained in:
coiax
2017-01-18 17:13:01 +00:00
committed by KorPhaeron
parent 81a0fec319
commit b0cee498c4
+2
View File
@@ -66,6 +66,8 @@
go_up(user,is_ghost)
else if(down)
go_down(user,is_ghost)
else
user << "<span class='warning'>[src] doesn't seem to lead anywhere!</span>"
if(!is_ghost)
add_fingerprint(user)