From f6029631b13ac8488bad8a6d579a0594dd195369 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 6 Jan 2019 04:36:16 -0500 Subject: [PATCH] Fixes Auto Injectors --- code/modules/reagents/reagent_containers/hypospray.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 9bb3e41e4ec..e0e7001f29d 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -102,7 +102,8 @@ amount_per_transfer_from_this = 10 possible_transfer_amounts = list(10) volume = 10 - ignore_flags = 1 //so you can medipen through hardsuits + ignore_flags = TRUE //so you can medipen through hardsuits + container_type = DRAWABLE flags = null list_reagents = list("epinephrine" = 10)