Skip to content

Commit

Permalink
Crimes against modularisation
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Nov 15, 2023
1 parent a4cc7a1 commit 83d067e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions code/_helpers/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@
t = replacetext(t, "\[fleetlogo\]", "<img src = fleetlogo.png>")
t = replacetext(t, "\[sfplogo\]", "<img src = sfplogo.png>")
t = replacetext(t, "\[falogo\]", "<img src = falogo.png>")
t = replacetext(t, "\[ofbluelogo\]", "<img src = ofbluelogo.png>") // Sierra
t = replacetext(t, "\[ofntlogo\]", "<img src = ofntlogo.png>") // Sierra
t = replacetext(t, "\[foundlogo\]", "<img src = foundlogo.png>") // Sierra
t = replacetext(t, "\[ccalogo\]", "<img src = ccalogo.png>") // Sierra
t = replacetext(t, "\[sierralogo\]", "<img src = sierralogo.png>") // Sierra
t = replacetext(t, "\[editorbr\]", "")
return t

Expand Down Expand Up @@ -493,6 +498,11 @@
t = replacetext(t, "<img src = xynlogo.png>", "\[xynlogo\]")
t = replacetext(t, "<img src = sfplogo.png>", "\[sfplogo\]")
t = replacetext(t, "<img src = falogo.png>", "\[falogo\]")
t = replacetext(t, "<img src = ofbluelogo.png>", "\[ofbluelogo\]" ) // Sierra
t = replacetext(t, "<img src = ofntlogo.png>", "\[ofntlogo\]" ) // Sierra
t = replacetext(t, "<img src = foundlogo.png>", "\[foundlogo\]" ) // Sierra
t = replacetext(t, "<img src = ccalogo.png>", "\[ccalogo\]" ) // Sierra
t = replacetext(t, "<img src = sierralogo.png>", "\[sierralogo\]" ) // Sierra
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\]")
t = strip_html_properly(t)
Expand Down
7 changes: 6 additions & 1 deletion code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,12 @@
'html/images/eclogo.png',
'html/images/FleetLogo.png',
'html/images/sfplogo.png',
'html/images/falogo.png'
'html/images/falogo.png',
'html/images/ofbluelogo.png', //Sierra
'html/images/ofntlogo.png', //Sierra
'html/images/foundlogo.png', //Sierra
'html/images/ccalogo.png', //Sierra
'html/images/sierralogo.png' //Sierra
)
addtimer(new Callback(src, .proc/after_send_resources), 1 SECOND)

Expand Down
Binary file modified html/images/bluentlogo.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 removed html/images/blupapntlogo.png
Binary file not shown.
Binary file modified html/images/ntlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added html/images/oldbluentlogo.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/oldntlogo.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 removed html/images/papntlogo.png
Binary file not shown.

0 comments on commit 83d067e

Please sign in to comment.