Fix missing closing HTML tags in messages.

This commit is contained in:
Leshana
2017-05-20 16:05:54 -04:00
parent 408e990c13
commit be19a40248
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -299,7 +299,7 @@
if(get_turf(user) == get_turf(src))
var/obj/occupied = neighbor_turf_impassable()
if(occupied)
to_chat(user, "<span class='danger'>You can't climb there, there's \a [occupied] in the way.")
to_chat(user, "<span class='danger'>You can't climb there, there's \a [occupied] in the way.</span>")
return 0
return 1