Skip to content

Commit

Permalink
Update code/_helpers/text.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
LordNest and SuhEugene authored Nov 16, 2023
1 parent 83d067e commit e0667f3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions code/_helpers/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,13 @@
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
// [SIERRA]
t = replacetext(t, "\[ofbluelogo\]", "<img src = ofbluelogo.png>")
t = replacetext(t, "\[ofntlogo\]", "<img src = ofntlogo.png>")
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]
t = replacetext(t, "\[editorbr\]", "")
return t

Expand Down

0 comments on commit e0667f3

Please sign in to comment.