Gives the captain a somewhat robust golden fountain pen, and some others an average fountain pen.

This commit is contained in:
CitadelStationBot
2017-06-16 20:12:20 -05:00
parent f659a0923e
commit 3f92d14933
8 changed files with 66 additions and 4 deletions
+1 -1
View File
@@ -214,7 +214,7 @@
t = replacetext(t, "\[list\]", "<ul>")
t = replacetext(t, "\[/list\]", "</ul>")
t = "<font face=\"[PEN_FONT]\" color=[P.colour]>[t]</font>"
t = "<font face=\"[P.font]\" color=[P.colour]>[t]</font>"
else // If it is a crayon, and he still tries to use these, make them empty!
var/obj/item/toy/crayon/C = P
t = replacetext(t, "\[*\]", "")