From 8fd9d6b49c8fe4d2fa768c37ab214a00c8eced4c Mon Sep 17 00:00:00 2001 From: Vekter Date: Thu, 31 Oct 2024 17:48:40 -0500 Subject: [PATCH] Makes mayhem-in-a-bottle text more obvious (#87586) --- code/datums/status_effects/buffs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/status_effects/buffs.dm b/code/datums/status_effects/buffs.dm index 7a6b263d589..3b197ec7f97 100644 --- a/code/datums/status_effects/buffs.dm +++ b/code/datums/status_effects/buffs.dm @@ -433,7 +433,7 @@ owner.reagents.add_reagent(/datum/reagent/medicine/adminordrazine, 25) owner.log_message("entered a blood frenzy", LOG_ATTACK) - to_chat(owner, span_warning("KILL, KILL, KILL! YOU HAVE NO ALLIES ANYMORE, KILL THEM ALL!")) + to_chat(owner, span_narsiesmall("KILL, KILL, KILL! YOU HAVE NO ALLIES ANYMORE, NO TEAM MATES OR ALLEGIANCES! KILL THEM ALL!")) var/datum/client_colour/colour = owner.add_client_colour(/datum/client_colour/bloodlust) QDEL_IN(colour, 1.1 SECONDS)