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
@@ -58,7 +58,7 @@
var/obj/S = thing
usr.visible_message(SPAN_NOTICE("[usr] starts carefully digging out something in [H == usr ? "themselves" : H]..."))
O.take_damage(8, 0, DAMAGE_FLAG_SHARP|DAMAGE_FLAG_EDGE, src)
H.custom_pain(SPAN_DANGER("<font size=3>It burns!</font>"), 50)
H.custom_pain(SPAN_DANGER("<font size=4>It burns!</font>"), 50)
if(do_mob(usr, H, 100))
H.remove_implant(S, FALSE)
log_and_message_admins("has extracted [S] out of [key_name(H)]")