From 601d0ead308289b910494aa2d4cd37a260cd70d4 Mon Sep 17 00:00:00 2001 From: 5dplanner <47335341+5dplanner@users.noreply.github.com> Date: Wed, 13 Feb 2019 18:29:06 +0000 Subject: [PATCH] Update glass.dm --- code/modules/reagents/reagent_containers/glass.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 5710ff28433..0613d4249c7 100755 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -208,9 +208,9 @@ 300 units." icon_state = "beakerbluespace" materials = list(MAT_GLASS=3000) - volume = 300 + volume = 150 amount_per_transfer_from_this = 10 - possible_transfer_amounts = list(5,10,15,20,25,30,50,100,300) + possible_transfer_amounts = list(5,10,15,20,25,30,50,100,150) /obj/item/reagent_containers/glass/beaker/cryoxadone list_reagents = list("cryoxadone" = 30)