Skip to content

Commit

Permalink
New pencode logos (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander authored Apr 22, 2024
1 parent 3a049c7 commit 6483564
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code/_helpers/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,14 @@
t = replacetext(t, "\[foundlogo\]", "<img src = foundlogo.png>")
t = replacetext(t, "\[ccalogo\]", "<img src = ccalogo.png>")
t = replacetext(t, "\[sierralogo\]", "<img src = sierralogo.png>")
t = replacetext(t, "\[saarelogo\]", "<img src = saarelogo.png>")
t = replacetext(t, "\[pcrclogo\]", "<img src = pcrclogo.png>")
t = replacetext(t, "\[zpcilogo\]", "<img src = zpcilogo.png>")
t = replacetext(t, "\[hegemonylogo\]", "<img src = heglogo.png>")
t = replacetext(t, "\[conventlogo\]", "<img src = convlogo.png>")
t = replacetext(t, "\[leaguelogo\]", "<img src = leaguelogo.png>")
t = replacetext(t, "\[ouerelogo\]", "<img src = ouerelogo.png>")
t = replacetext(t, "\[terstenlogo\]", "<img src = terstenlogo.png>")
// [/SIERRA-ADD]
t = replacetext(t, "\[editorbr\]", "")
return t
Expand Down Expand Up @@ -506,6 +514,14 @@
t = replacetext(t, "<img src = foundlogo.png>", "\[foundlogo\]" )
t = replacetext(t, "<img src = ccalogo.png>", "\[ccalogo\]" )
t = replacetext(t, "<img src = sierralogo.png>", "\[sierralogo\]" )
t = replacetext(t, "<img src = saarelogo.png>", "\[saarelogo\]")
t = replacetext(t, "<img src = pcrclogo.png>", "\[pcrclogo\]")
t = replacetext(t, "<img src = zpcilogo.png>", "\[zpcilogo\]")
t = replacetext(t, "<img src = heglogo.png>", "\[hegemonylogo\]")
t = replacetext(t, "<img src = convlogo.png>", "\[conventlogo\]")
t = replacetext(t, "<img src = leaguelogo.png>", "\[leaguelogo\]")
t = replacetext(t, "<img src = ouerelogo.png>", "\[ouerelogo\]")
t = replacetext(t, "<img src = terstenlogo.png>", "\[terstenlogo\]")
// [/SIERRA-ADD]
t = replacetext(t, "<span class=\"paper_field\"></span>", "\[field\]")
t = replacetext(t, "<span class=\"redacted\">R E D A C T E D</span>", "\[redacted\]")
Expand Down
8 changes: 8 additions & 0 deletions code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,14 @@
'html/images/foundlogo.png',
'html/images/ccalogo.png',
'html/images/sierralogo.png',
'html/images/saarelogo.png',
'html/images/pcrclogo.png',
'html/images/zpcilogo.png',
'html/images/heglogo.png',
'html/images/convlogo.png',
'html/images/leaguelogo.png',
'html/images/ouerelogo.png',
'html/images/terstenlogo.png',
// [/SIERRA-ADD]
)
addtimer(new Callback(src, .proc/after_send_resources), 1 SECOND)
Expand Down
Binary file added html/images/convlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/heglogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/leaguelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/ouerelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/pcrclogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/saarelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/terstenlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/zpcilogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6483564

Please sign in to comment.