Fix prerequisite for rich-water-filtration when 248k and silicon are active but bzgas is not
This commit is contained in:
parent
fc2abe9bf4
commit
ec5e590a29
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if mods["bztin"] then
|
||||||
saltpeterPrerequ = {"organic-chemistry"}
|
saltpeterPrerequ = {"organic-chemistry"}
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["bzsilicon"] then
|
if mods["bzgas"] and mods["bzsilicon"] then
|
||||||
rich_water_filtration_pre = {"water-filtration"}
|
rich_water_filtration_pre = {"water-filtration"}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue