Typo and color macro fix

This commit is contained in:
Aurorablade
2015-08-06 23:57:34 -04:00
parent 95565847b7
commit bec3b6bf6e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -210,6 +210,6 @@
hitsound = 'sound/items/welder2.ogg'
/obj/item/weapon/scrying/attack_self(mob/user as mob)
user << "\blue You can see...everything!"
visible_message("\red <B>[user] stares into [src], their eyes glazing over.</B>")
user << "<span class='notice'> You can see...everything!</span>"
visible_message("<span class='danger'>[user] stares into [src], their eyes glazing over.</span>")
user.ghostize(1)
@@ -176,8 +176,8 @@
if(target && target.current)
targetname = target.current.real_name
var/list/explanationTexts = list("Attempt to make your presence unknown to the crew.", \
"Kill or Dystroy all Janitors or Sanitation bots.", \
"Drive [targetname] insane."
"Kill or Destroy all Janitors or Sanitation bots.", \
"Drive [targetname] insane with demonic whispering."
)
explanation_text = pick(explanationTexts)