Large beakers now hold 100 units instead of 50, code contribution by Slith. Regular beakers already hold 50 units, so large beakers should hold twice as much now.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1093 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uhangi@gmail.com
2011-02-23 02:51:28 +00:00
parent 261c570dca
commit 34f9269f5e

View File

@@ -1129,6 +1129,12 @@
icon = 'chemical.dmi'
icon_state = "beakerlarge"
item_state = "beaker"
New()
var/datum/reagents/R = new/datum/reagents(100)
reagents = R
R.my_atom = src
amount_per_transfer_from_this = 10
flags = FPRINT | TABLEPASS | OPENCONTAINER