diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index cbc9fb80a5f..07a9e7c1bc1 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -298,5 +298,6 @@ 'icons/spideros_icons/sos_11.png', 'icons/spideros_icons/sos_12.png', 'icons/spideros_icons/sos_13.png', - 'icons/spideros_icons/sos_14.png' + 'icons/spideros_icons/sos_14.png', + 'html/images/ntlogo.png' ) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 83df89ee853..ef1b7bd7a11 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -227,7 +227,7 @@ t = replacetext(t, "\[/grid\]", "") t = replacetext(t, "\[row\]", "
")
+ t = replacetext(t, "\[logo\]", "
")
t = "[t]"
else // If it is a crayon, and he still tries to use these, make them empty!
diff --git a/html/images/ntlogo.png b/html/images/ntlogo.png
new file mode 100644
index 00000000000..d5614a964ee
Binary files /dev/null and b/html/images/ntlogo.png differ