mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
fixes a crayon runtime (#31488)
This commit is contained in:
@@ -505,7 +505,7 @@
|
||||
text = replacetext(text, "\[syndielogo\]", "")
|
||||
|
||||
if(istype(P, /obj/item/toy/crayon))
|
||||
text = "<font face=\"[crayonfont]\" color=[P ? P.colour : "black"]><b>[text]</b></font>"
|
||||
text = "<font face=\"[crayonfont]\" color=[P ? P.color : "black"]><b>[text]</b></font>"
|
||||
else // They are using "not a crayon" - formatting is OK and such
|
||||
text = replacetext(text, "\[*\]", "<li>")
|
||||
text = replacetext(text, "\[hr\]", "<HR>")
|
||||
|
||||
Reference in New Issue
Block a user