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:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user