mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user