From c3c3fbe577013d9de0b0736176621bfd888f234a Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Tue, 2 Feb 2016 14:30:48 -0500 Subject: [PATCH] existential problem --- code/modules/mob/living/carbon/human/species/plasmaman.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)