processing

This commit is contained in:
Brevven 2022-08-15 00:05:16 -07:00
parent affdf78038
commit 26918272fe
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ hydrogen-chloride=Hydrogen chloride
vinyl-chloride=Vinyl chloride
[technology-name]
salt-processing=Salt processing
chlorine-processing=Chlorine processing
[technology-description]

View file

@ -129,7 +129,7 @@ if not mods.Krastorio2 then
data:extend({
{
type="technology",
name="salt-processing",
name="chlorine-processing",
icon = "__bzchlorine__/graphics/icons/chlorine.png", -- FIX
icon_size = 128,
effects = {
@ -144,7 +144,7 @@ data:extend({
prerequisites = {"fluid-handling"},
},
})
util.add_unlock("salt-processing", "ferric-chloride")
util.add_unlock("chlorine-processing", "ferric-chloride")
util.add_unlock("fluid-handling", "chemical-plant")
util.remove_recipe_effect("oil-processing", "chemical-plant")
else
@ -175,7 +175,7 @@ if mods.bzgas then
if mods.Krastorio2 then
util.add_unlock("advanced-chemistry", "bakelite-hcl")
else
util.add_unlock("salt-processing", "bakelite-hcl")
util.add_unlock("chlorine-processing", "bakelite-hcl")
end
end

View file

@ -34,4 +34,4 @@ data:extend({
})
util.add_unlock("plastics", "epoxy")
util.add_prerequisite("plastics", "salt-processing")
util.add_prerequisite("plastics", "chlorine-processing")