From c0117c4a1c844a008becfaf72e5d458cbc281db7 Mon Sep 17 00:00:00 2001 From: Chloe Date: Wed, 15 Sep 2021 02:15:28 +0100 Subject: [PATCH] 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> --- 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"