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:
@@ -291,7 +291,7 @@
|
||||
|
||||
if(world.time >= next_blood_squirt && istype(owner.loc, /turf) && do_spray.len)
|
||||
owner.visible_message(SPAN_DANGER("Blood squirts from \the [owner]'s [pick(do_spray)]!"), \
|
||||
SPAN_DANGER("<font size=3>Blood sprays out of your [pick(do_spray)]!</font>"))
|
||||
SPAN_DANGER("<font size=5>Blood sprays out of your [pick(do_spray)]!</font>"))
|
||||
owner.eye_blurry = 2
|
||||
owner.Stun(1)
|
||||
next_blood_squirt = world.time + time_between_arterial_sprays
|
||||
|
||||
Reference in New Issue
Block a user