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
+1 -1
View File
@@ -110,7 +110,7 @@ SUBSYSTEM_DEF(events)
if(!report_at_round_end)
return
to_world("<br><br><br><font size=3><b>Random Events This Round:</b></font>")
to_world("<br><br><br><font size=4><b>Random Events This Round:</b></font>")
for(var/datum/event/E in active_events|finished_events)
var/datum/event_meta/EM = E.event_meta
if(EM.name == "Nothing")