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:
Iamgoofball
2013-10-10 08:59:01 -07:00
parent 16cf74c9b7
commit dd4eb0fc76
3 changed files with 5 additions and 5 deletions
@@ -152,8 +152,8 @@
flags = FPRINT | TABLEPASS | OPENCONTAINER
/obj/item/weapon/reagent_containers/glass/beaker/noreact
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."
icon_state = "beakernoreact"
g_amt = 500
volume = 50
+3 -3
View File
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB