mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +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:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user