Fixes #639 & Cryobeaker Increase

* Preset beakers have 60 units in them now, where applicable
* Increased the capacity of the cryobeaker as well, to 60, so that it
matches others
This commit is contained in:
skull132
2015-07-10 22:00:40 +03:00
parent 79c2a2cc24
commit 527e4d37bc
2 changed files with 10 additions and 10 deletions
@@ -218,7 +218,7 @@
desc = "A cryostasis beaker that allows for chemical storage without reactions. Can hold up to 50 units."
icon_state = "beakernoreact"
matter = list("glass" = 500)
volume = 50
volume = 60
amount_per_transfer_from_this = 10
flags = FPRINT | TABLEPASS | OPENCONTAINER | NOREACT
@@ -252,13 +252,13 @@
/obj/item/weapon/reagent_containers/glass/beaker/sulphuric
New()
..()
reagents.add_reagent("sacid", 50)
reagents.add_reagent("sacid", 60)
update_icon()
/obj/item/weapon/reagent_containers/glass/beaker/slime
New()
..()
reagents.add_reagent("slimejelly", 50)
reagents.add_reagent("slimejelly", 60)
update_icon()
/obj/item/weapon/reagent_containers/glass/bucket