From 4f3e0ffb7ce1a71b82148fb1ef11fe1052631b6d Mon Sep 17 00:00:00 2001 From: SomeguyManperson Date: Mon, 24 Jun 2024 05:25:52 -0400 Subject: [PATCH] I forgot to push this somehow, flavortext change --- code/datums/diseases/legionvirus.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/diseases/legionvirus.dm b/code/datums/diseases/legionvirus.dm index b2e1979bad9c..a506f10f0836 100644 --- a/code/datums/diseases/legionvirus.dm +++ b/code/datums/diseases/legionvirus.dm @@ -21,7 +21,7 @@ new_form = /mob/living/simple_animal/hostile/asteroid/hivelord/legion /datum/disease/transformation/legionvirus/do_disease_transformation(mob/living/H) - H.visible_message(span_warning("[H] suddenly collapses, a pallid grey mass rapidly growing over their body!")) + H.visible_message(span_warning("[H] suddenly collapses, a pallid grey mass bursting from their body!")) var/mob/living/simple_animal/hostile/asteroid/hivelord/legion/L if(HAS_TRAIT(H, TRAIT_DWARF)) //dwarf legions aren't just fluff! L = new /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf(H.loc)