mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 02:53:11 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user