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
@@ -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)