mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-19 19:52:47 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user