From 08347ddb01c178af844a09727d6c457e92467795 Mon Sep 17 00:00:00 2001 From: "ryantennessee@yahoo.com" Date: Fri, 9 Dec 2011 01:22:01 +0000 Subject: [PATCH] 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 036444e4756..0f23f216090 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