mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Typo and color macro fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user