more font tag replacements (#17123)

* more font tag replacements

* few more

* more span conversion (#9)

---------

Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
Kashargul
2025-03-01 17:58:58 +01:00
committed by GitHub
parent 6224445448
commit cb56adaa37
118 changed files with 935 additions and 915 deletions
+1 -2
View File
@@ -54,8 +54,7 @@
//TODO change logo based on who you're contacting.
text = "<center><img src = [logo]></br>"
text += span_bold("[origin] Quantum Uplink Signed Message") + "<br>"
text += "<font size = \"1\">Encryption key: [originhash]<br>"
text += "Challenge: [timehash]<br></font></center><hr>"
text += span_small("Encryption key: [originhash]<br>Challenge: [timehash]") + "<br></center><hr>"
header = text
+1 -1
View File
@@ -458,7 +458,7 @@
// check for exploits
for(var/bad in paper_blacklist)
if(findtext(t,bad))
to_chat(usr, "<font color='blue'>You think to yourself, \"Hm.. this is only paper...\</font>"")
to_chat(usr, span_blue("You think to yourself, \"Hm.. this is only paper...\""))
log_admin("PAPER: [usr] ([usr.ckey]) tried to use forbidden word in [src]: [bad].")
message_admins("PAPER: [usr] ([usr.ckey]) tried to use forbidden word in [src]: [bad].")
return
+1 -1
View File
@@ -67,7 +67,7 @@
P = new /obj/item/paper
if(Holiday == "April Fool's Day")
if(prob(30))
P.info = "<font face=\"[P.crayonfont]\" color=\"red\"><b>HONK HONK HONK HONK HONK HONK HONK<br>HOOOOOOOOOOOOOOOOOOOOOONK<br>APRIL FOOLS</b></font>"
P.info = span_red(span_bold("<font face=\"[P.crayonfont]\">HONK HONK HONK HONK HONK HONK HONK<br>HOOOOOOOOOOOOOOOOOOOOOONK<br>APRIL FOOLS</font>"))
P.rigged = 1
P.updateinfolinks()
else if (response == "Carbon-Copy")