mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +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:
@@ -47,12 +47,12 @@
|
||||
return
|
||||
if(emagged)
|
||||
if(insults)
|
||||
user.audible_message("<B>[user]</B> broadcasts, <FONT size=3>\"[pick(insultmsg)]\"</FONT>", "<B>[user]</B> speaks into \the [src].", 14)
|
||||
user.audible_message("<B>[user]</B> broadcasts, <FONT size=5>\"[pick(insultmsg)]\"</FONT>", "<B>[user]</B> speaks into \the [src].", 14)
|
||||
insults--
|
||||
else
|
||||
to_chat(user, SPAN_WARNING("*BZZZZzzzzzt*"))
|
||||
else
|
||||
user.audible_message("<B>[user]</B> broadcasts, <FONT size=3>\"[message]\"</FONT>", "<B>[user]</B> speaks into \the [src].", 14)
|
||||
user.audible_message("<B>[user]</B> broadcasts, <FONT size=5>\"[message]\"</FONT>", "<B>[user]</B> speaks into \the [src].", 14)
|
||||
if(activation_sound)
|
||||
playsound(loc, activation_sound, 100, 0, 1)
|
||||
for (var/mob/living/carbon/human/C in range(user, 2) - user)
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
/obj/item/eightball/haunted/start_shaking(mob/user)
|
||||
for(var/mob/abstract/ghost/observer/O in GLOB.player_list)
|
||||
if(O.client)
|
||||
to_chat(O, "[ghost_follow_link(user, O)] <span class='deadsay'><font size=3><b>\The [user] is shaking \the [src], hoping to get an answer to \"[question]\".<a href='byond://?src=[REF(src)];candidate=[REF(O)]'>(Answer)</a></b></font></span>")
|
||||
to_chat(O, "[ghost_follow_link(user, O)] <span class='deadsay'><font size=4><b>\The [user] is shaking \the [src], hoping to get an answer to \"[question]\".<a href='byond://?src=[REF(src)];candidate=[REF(O)]'>(Answer)</a></b></font></span>")
|
||||
|
||||
/obj/item/eightball/haunted/Topic(href, href_list)
|
||||
if(href_list["candidate"])
|
||||
|
||||
@@ -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)]")
|
||||
|
||||
@@ -462,7 +462,7 @@
|
||||
else
|
||||
src.visible_message("Something slams into the floor around \the [src] - luckily, it didn't get through!", "You hear something crack.")
|
||||
if(ORION_TRAIL_GAMEOVER)
|
||||
to_chat(usr, SPAN_DANGER("<font size=3>You're never going to make it to Orion...</font>"))
|
||||
to_chat(usr, SPAN_DANGER("<font size=4>You're never going to make it to Orion...</font>"))
|
||||
var/mob/living/M = usr
|
||||
M.visible_message("\The [M] starts rapidly deteriorating.")
|
||||
show_browser(M, null, "window=arcade")
|
||||
|
||||
Reference in New Issue
Block a user