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
@@ -21,5 +21,5 @@
/datum/ghostspawner/human/ert/post_spawn(mob/user)
if(name)
to_chat(user, SPAN_DANGER("<font size=3>You are [max_count > 1 ? "a" : "the"] [name]!</font>"))
to_chat(user, SPAN_DANGER("<font size=5>You are [max_count > 1 ? "a" : "the"] [name]!</font>"))
return ..()