mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Adds missing </span>'s.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user