From 349eb64e535f4d90fdff6e2156616f1e053244fc Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 28 Jul 2018 03:11:01 -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..a0ced60602 100755 --- a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm +++ b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm @@ -67,11 +67,11 @@ /obj/item/reagent_containers/glass/bottle/vial/small name = "hypovial" - volume = 30 + volume = 60 possible_transfer_amounts = list(5,10,15,30) /obj/item/reagent_containers/glass/bottle/vial/small/bluespace - volume = 60 + volume = 120 possible_transfer_amounts = list(5,10,15,20,30,60) name = "bluespace hypovial" icon_state = "hypovialbs" @@ -81,7 +81,7 @@ name = "large hypovial" desc = "A large hypovial, for deluxe hypospray models." icon_state = "hypoviallarge" - volume = 60 + volume = 120 possible_transfer_amounts = list(5,10,15,20,30,60) unique_reskin = list("large hypovial" = "hypoviallarge", "large red hypovial" = "hypoviallarge-b", @@ -116,7 +116,7 @@ /obj/item/reagent_containers/glass/bottle/vial/large/bluespace possible_transfer_amounts = list(5,10,15,20,25,30,60,120) name = "bluespace large hypovial" - volume = 120 + volume = 240 icon_state = "hypoviallargebs" unique_reskin = null @@ -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