From 06478fcd86827f87c86c74539bacbb2b8f2a0a99 Mon Sep 17 00:00:00 2001 From: paprka Date: Sat, 11 Oct 2014 08:04:35 -0700 Subject: [PATCH] [nerfingintesifies] --- code/modules/reagents/reagent_containers/hypospray.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 7be940065ae..b5fcb1ae5c2 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -110,13 +110,13 @@ /obj/item/weapon/reagent_containers/hypospray/medipen/stimpack name = "stimpack medipen" - desc = "A rapid and safe way to stimulate your body's adrenaline, allowing for freer movement in bulky clothing at the cost of toxicity." + desc = "A rapid way to stimulate your body's adrenaline, allowing for freer movement in bulky clothing at the cost of some muscle tissue tearing." icon_state = "stimpen" /obj/item/weapon/reagent_containers/hypospray/medipen/stimpack/New() ..() reagents.remove_reagent("inaprovaline", 10) reagents.add_reagent("hyperzine", 8) - reagents.add_reagent("toxin", 2) + reagents.add_reagent("lexorin", 2) update_icon() return \ No newline at end of file