From 7147d23c00fd9d97d4597bf9f88ddd5628dfd25a Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 29 Jul 2018 17:10:33 -0700 Subject: [PATCH] Update hypovial.dm --- .../modules/reagents/reagent container/hypovial.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm index 32ff1a8b80..c55050c4e0 100755 --- a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm +++ b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm @@ -68,11 +68,11 @@ /obj/item/reagent_containers/glass/bottle/vial/small name = "hypovial" volume = 30 - possible_transfer_amounts = list(5,10,15,30) + possible_transfer_amounts = list(5,10) /obj/item/reagent_containers/glass/bottle/vial/small/bluespace volume = 60 - possible_transfer_amounts = list(5,10,15,20,30,60) + possible_transfer_amounts = list(5,10) name = "bluespace hypovial" icon_state = "hypovialbs" unique_reskin = null @@ -82,7 +82,7 @@ desc = "A large hypovial, for deluxe hypospray models." icon_state = "hypoviallarge" volume = 60 - possible_transfer_amounts = list(5,10,15,20,30,60) + possible_transfer_amounts = list(5,10,15,20) unique_reskin = list("large hypovial" = "hypoviallarge", "large red hypovial" = "hypoviallarge-b", "large blue hypovial" = "hypoviallarge-d", @@ -114,7 +114,7 @@ add_overlay(filling) /obj/item/reagent_containers/glass/bottle/vial/large/bluespace - possible_transfer_amounts = list(5,10,15,20,25,30,60,120) + possible_transfer_amounts = list(5,10,15,20) name = "bluespace large hypovial" volume = 120 icon_state = "hypoviallargebs" @@ -194,4 +194,4 @@ /obj/item/reagent_containers/glass/bottle/vial/large/preloaded/combat name = "combat hypovial" icon_state = "hypoviallarge-t" - comes_with = list("epinephrine" = 3, "omnizine" = 19, "leporazine" = 19, "atropine" = 19) //Epinephrine's main effect here is to kill suff damage, so we don't need much given atropine \ No newline at end of file + comes_with = list("epinephrine" = 3, "omnizine" = 19, "leporazine" = 19, "atropine" = 19) //Epinephrine's main effect here is to kill suff damage, so we don't need much given atropine