From a1f120eef0ec88b2c87b2dbbca5a6b419739b69d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 15 Sep 2021 04:29:26 +0200 Subject: [PATCH] [MIRROR] Mentions stopping allergic reactions on medipens (#8160) * Mentions stopping allergic reactions on medipens (#61285) Because a lot of people didn't know that epinephrine stops production of histamine during allergic reactions. Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@ users.noreply.github.com> * Mentions stopping allergic reactions on medipens Co-authored-by: Chloe --- code/modules/reagents/reagent_containers/hypospray.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 22494d9fb14..cc8118b255a 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -99,7 +99,7 @@ /obj/item/reagent_containers/hypospray/medipen name = "epinephrine medipen" - desc = "A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Contains a powerful preservative that can delay decomposition when applied to a dead body." + desc = "A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Contains a powerful preservative that can delay decomposition when applied to a dead body, and stop the production of histamine during an allergic reaction." icon_state = "medipen" inhand_icon_state = "medipen" worn_icon_state = "medipen"