Skip to content

Commit

Permalink
I forgot to push this somehow, flavortext change
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeguyManperson committed Jun 24, 2024
1 parent ac98884 commit 4f3e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/diseases/legionvirus.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f3e0ff

Please sign in to comment.