mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +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:
@@ -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)]")
|
||||
|
||||
Reference in New Issue
Block a user