From 63b1a1bd4b4456896ebb14194bc4222d5da4d482 Mon Sep 17 00:00:00 2001 From: CompactNinja Date: Sun, 29 Apr 2012 20:14:00 +0930 Subject: [PATCH] I am make bottle have bigger thigns. Signed-off-by: CompactNinja --- code/modules/chemical/Chemistry-Tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/chemical/Chemistry-Tools.dm b/code/modules/chemical/Chemistry-Tools.dm index caff32179b4..a4de161757d 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -2053,7 +2053,7 @@ amount_per_transfer_from_this = 10 possible_transfer_amounts = list(5,10,15,25,30) flags = FPRINT | TABLEPASS | OPENCONTAINER - volume = 30 + volume = 50 New() ..()