diff --git a/code/modules/mob/living/carbon/human/species/plasmaman.dm b/code/modules/mob/living/carbon/human/species/plasmaman.dm index 0ad9fd2335b..6f95a8696ce 100644 --- a/code/modules/mob/living/carbon/human/species/plasmaman.dm +++ b/code/modules/mob/living/carbon/human/species/plasmaman.dm @@ -21,7 +21,7 @@ suicide_messages = list( "is twisting their own neck!", "is letting some O2 in!", - "realizes the existential issue of being made out of plasma!", + "realizes the existential problem of being made out of plasma!", "shows their true colors, which happens to be the color of plasma!") /datum/species/plasmaman/say_filter(mob/M, message, datum/language/speaking)