From d565fe7a9c8bb15078424afa7b3eecf570d47fe4 Mon Sep 17 00:00:00 2001 From: "ryantennessee@yahoo.com" Date: Fri, 9 Dec 2011 01:22:01 +0000 Subject: [PATCH] TG update: Tracked down the last bottles with limited transfer amounts and made more transfer amounts for them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2647 316c924e-a436-60f5-8080-3fe189b3f50e --- 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 8f9d55fdab3..65a0b92a3c9 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -1839,7 +1839,7 @@ icon_state = null item_state = "atoxinbottle" amount_per_transfer_from_this = 10 - possible_transfer_amounts = list(5,10,15) + possible_transfer_amounts = list(5,10,15,25,30) flags = FPRINT | TABLEPASS | OPENCONTAINER volume = 30