mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Changed Split Beakers to Cryostasis beakers, no gameplay changes however. Increased the research reqs on Bluespace beaker to Bluespace 2 Materials 4.
This commit is contained in:
@@ -1324,7 +1324,7 @@ datum/design/bluespacebeaker
|
||||
name = "Bluespace Beaker"
|
||||
desc = "A bluespace beaker, powered by experimental bluespace technology and Element Cuban combined with the Compound Pete. Can hold up to 500 units."
|
||||
id = "bluespacebeaker"
|
||||
req_tech = list("bluespace" = 2)
|
||||
req_tech = list("bluespace" = 2, "materials" = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 3000, "$plasma" = 3000)
|
||||
reliability_base = 76
|
||||
@@ -1332,8 +1332,8 @@ datum/design/bluespacebeaker
|
||||
category = "Misc"
|
||||
|
||||
datum/design/noreactbeaker
|
||||
name = "Split Beaker"
|
||||
desc = "A split beaker that allows for chemical storage without reactions. Can hold up to 50 units."
|
||||
name = "Cryostasis Beaker"
|
||||
desc = "A cryostasis beaker that allows for chemical storage without reactions. Can hold up to 50 units."
|
||||
id = "splitbeaker"
|
||||
req_tech = list("materials" = 2)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
Reference in New Issue
Block a user