From 3107d4543475861ff9cd7cea31719d89bdfe62f4 Mon Sep 17 00:00:00 2001 From: "ryantennessee@yahoo.com" Date: Thu, 24 Nov 2011 03:02:25 +0000 Subject: [PATCH] Fixed a derp where I left off a 30 unit option on glass beakers. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2552 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 12efc4f520b..8fdf7ab4c48 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -595,7 +595,7 @@ icon_state = "null" item_state = "null" amount_per_transfer_from_this = 10 - possible_transfer_amounts = list(5,10,15,25,50) + possible_transfer_amounts = list(5,10,15,25,30,50) volume = 50 flags = FPRINT | TABLEPASS | OPENCONTAINER