From 08eaad468aa00c4b58718adb99721524f17f4156 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 9 Jul 2017 06:43:42 -0500 Subject: [PATCH] Makes medipens unable to be emptied and then filled with toxins for a hardsuit-piercing OHKO weapon that has the disguise of medical aid --- code/modules/reagents/reagent_containers/hypospray.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 904fb36968..f0bdffcda8 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -73,6 +73,7 @@ amount_per_transfer_from_this = 10 volume = 10 ignore_flags = 1 //so you can medipen through hardsuits + container_type = DRAWABLE flags = null list_reagents = list("epinephrine" = 10)