Skip to content

Commit

Permalink
Update code/modules/paperwork/paper.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Jul 2, 2023
1 parent 75d919a commit 0a8b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
t = replacetext(t, "\[cell\]", "<td>")
t = replacetext(t, "\[logo\]", "<img src = [asset.get_url_mappings()["wylogo.png"]]>")
t = replacetext(t, "\[wy\]", "<img src = [asset.get_url_mappings()["wylogo.png"]]>")
t = replacetext(t, "\[uscm\]", "<img src = [asset.get_url_mappings()["uscmlogo.png"]]")
t = replacetext(t, "\[uscm\]", "<img src = [asset.get_url_mappings()["uscmlogo.png"]]>")

t = "<font face=\"[deffont]\" color=[P ? P.pen_colour : "black"]>[t]</font>"
else // If it is a crayon, and he still tries to use these, make them empty!
Expand Down

0 comments on commit 0a8b04f

Please sign in to comment.