Skip to content

Commit

Permalink
Update prop_neutral.dm
Browse files Browse the repository at this point in the history
revises ingestion flavor text
  • Loading branch information
wshuwshuwshi committed Jul 6, 2024
1 parent 346eb98 commit 63a74b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_properties/prop_neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 63a74b5

Please sign in to comment.