diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index c8a0c8b77ba..fe69c767320 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -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 diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index e60ac1ce852..889e1e11d19 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -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 diff --git a/icons/obj/chemical.dmi b/icons/obj/chemical.dmi index f71656fc9ff..0ed93fbc345 100644 Binary files a/icons/obj/chemical.dmi and b/icons/obj/chemical.dmi differ