diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 9c4ee4dc5d..5cb7b23411 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -222,7 +222,7 @@ volume = 30 w_class = ITEMSIZE_TINY amount_per_transfer_from_this = 10 - possible_transfer_amounts = list(5,10,15,25) + possible_transfer_amounts = list(5,10,15,30) flags = OPENCONTAINER /obj/item/weapon/reagent_containers/glass/beaker/cryoxadone/New()