Adds missing </span>'s.

This commit is contained in:
kingofkosmos
2019-06-02 21:29:14 +03:00
parent 089f587bbb
commit 1bf60bbe06
24 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
/obj/structure/AIcore/latejoin_inactive/examine(mob/user)
. = ..()
to_chat(user, "Its transmitter seems to be <b>[active? "on" : "off"]</b>.")
to_chat(user, "<span class='notice'>You could [active? "deactivate" : "activate"] it with a multitool.")
to_chat(user, "<span class='notice'>You could [active? "deactivate" : "activate"] it with a multitool.</span>")
/obj/structure/AIcore/latejoin_inactive/proc/is_available() //If people still manage to use this feature to spawn-kill AI latejoins ahelp them.
if(!available)