Skip to content

Commit

Permalink
New pencode logos (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander authored Mar 29, 2024
1 parent 9bccab5 commit fc86704
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions code/_helpers/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,16 @@
t = replacetext(t, "\[foundlogo\]", "<img src = foundlogo.png>")
t = replacetext(t, "\[ccalogo\]", "<img src = ccalogo.png>")
t = replacetext(t, "\[sierralogo\]", "<img src = sierralogo.png>")
// [SIERRA-ADD]
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 @@ -529,6 +539,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
10 changes: 10 additions & 0 deletions code/modules/asset_cache/assets/asset_paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,15 @@
"ofntlogo.png" = 'html/images/ofntlogo.png',
"foundlogo.png" = 'html/images/foundlogo.png',
"ccalogo.png" = 'html/images/ccalogo.png',
// [SIERRA-ADD]
"saarelogo.png" = 'html/images/saarelogo.png',
"pcrclogo.png" = 'html/images/pcrclogo.png',
"zpcilogo.png" = 'html/images/zpcilogo.png',
"heglogo.png" = 'html/images/heglogo.png',
"convlogo.png" = 'html/images/convlogo.png',
"leaguelogo.png" = 'html/images/leaguelogo.png',
"ouerelogo.png" = 'html/images/ouerelogo.png',
"terstenlogo.png" = 'html/images/terstenlogo.png',
// [/SIERRA-ADD]
"sierralogo.png" = 'html/images/sierralogo.png'
)
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 fc86704

Please sign in to comment.