Span classes

This commit is contained in:
GinjaNinja32
2014-12-15 05:36:35 +00:00
parent 16a7e2a4b9
commit 1eddd1fea9

View File

@@ -15,7 +15,7 @@
set src in usr
changer.active = !changer.active
usr << "\blue You [changer.active ? "enable" : "disable"] the voice-changing module in \the [src]."
usr << "<span class='notice'>You [changer.active ? "enable" : "disable"] the voice-changing module in \the [src].</span>"
/obj/item/clothing/mask/gas/voice/verb/Set_Voice(name as text)
set category = "Object"
@@ -24,7 +24,7 @@
var/voice = sanitize(copytext(name,1,MAX_MESSAGE_LEN))
if(!voice || !length(voice)) return
changer.voice = voice
usr << "\blue You are now mimicking <B>[changer.voice]</B>.</font>"
usr << "<span class='notice'>You are now mimicking <B>[changer.voice]</B>.</span>"
/obj/item/clothing/mask/gas/voice/New()
..()