Fixes pain and announcement font size. (#22681)

title, h2 and manual font size brokey

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2026-06-19 17:23:07 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 5c7a012e8b
commit 2f4a8d6f3d
23 changed files with 105 additions and 44 deletions
@@ -462,7 +462,7 @@
else
src.visible_message("Something slams into the floor around \the [src] - luckily, it didn't get through!", "You hear something crack.")
if(ORION_TRAIL_GAMEOVER)
to_chat(usr, SPAN_DANGER("<font size=3>You're never going to make it to Orion...</font>"))
to_chat(usr, SPAN_DANGER("<font size=4>You're never going to make it to Orion...</font>"))
var/mob/living/M = usr
M.visible_message("\The [M] starts rapidly deteriorating.")
show_browser(M, null, "window=arcade")