From 63a74b5d3e9d98a1ee936d7aa0b1ae43f08dbff5 Mon Sep 17 00:00:00 2001 From: wshuwshuwshi <91352251+wshuwshuwshi@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:45:40 -0600 Subject: [PATCH] Update prop_neutral.dm revises ingestion flavor text --- code/modules/reagents/chemistry_properties/prop_neutral.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry_properties/prop_neutral.dm b/code/modules/reagents/chemistry_properties/prop_neutral.dm index bafb3a7969db..7bebb786aa34 100644 --- a/code/modules/reagents/chemistry_properties/prop_neutral.dm +++ b/code/modules/reagents/chemistry_properties/prop_neutral.dm @@ -536,7 +536,7 @@ /datum/chem_property/neutral/encephalophrasive/reaction_mob(mob/chem_host, method=INGEST, volume, potency) add_verb(chem_host, /mob/living/carbon/human/proc/psychic_whisper) - to_chat(chem_host, SPAN_NOTICE("A terrible headache manifests, it feels like your brain is trying to squeeze its way out of your skull!")) + to_chat(chem_host, SPAN_NOTICE("A terrible headache manifests, and suddenly it feels as though your mind is outside of your skull.")) /datum/chem_property/neutral/encephalophrasive/process(mob/living/chem_host, potency = 1, delta_time) chem_host.pain.apply_pain(1 * potency)