Fix prerequisite for rich-water-filtration when 248k and silicon are active but bzgas is not

This commit is contained in:
Simon Brodtmann 2025-10-17 11:48:50 +02:00
parent fc2abe9bf4
commit ec5e590a29

View file

@ -21,7 +21,7 @@ if mods["bztin"] then
saltpeterPrerequ = {"organic-chemistry"}
end
if mods["bzsilicon"] then
if mods["bzgas"] and mods["bzsilicon"] then
rich_water_filtration_pre = {"water-filtration"}
end