diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 1c3c7dccf0d..5059eb03ebe 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -505,7 +505,7 @@ text = replacetext(text, "\[syndielogo\]", "") if(istype(P, /obj/item/toy/crayon)) - text = "[text]" + text = "[text]" else // They are using "not a crayon" - formatting is OK and such text = replacetext(text, "\[*\]", "
  • ") text = replacetext(text, "\[hr\]", "
    ")