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
@@ -1132,7 +1132,7 @@ GLOBAL_LIST_INIT(admin_verbs_storyteller, list(
set name = "Man Up"
set desc = "Tells mob to man up and deal with it."
to_chat(T, SPAN_NOTICE("<b><font size=3>Man up and deal with it.</font></b>"))
to_chat(T, SPAN_NOTICE("<b><font size=6>Man up and deal with it.</font></b>"))
to_chat(T, SPAN_NOTICE("Move on."))
log_admin("[key_name(usr)] told [key_name(T)] to man up and deal with it.")