hard-code only steam. Water already appears at logistic-science pack, and crude-oil at chemical.
This commit is contained in:
parent
2770014988
commit
744b12345a
|
@ -485,7 +485,7 @@ def get_science_pack_pools() -> Dict[str, Set[str]]:
|
||||||
current |= {"iron-ore", "copper-ore", "coal", "stone"}
|
current |= {"iron-ore", "copper-ore", "coal", "stone"}
|
||||||
current -= liquids # Can't hand craft automation science if liquids end up in its recipe, making the seed impossible.
|
current -= liquids # Can't hand craft automation science if liquids end up in its recipe, making the seed impossible.
|
||||||
elif science_pack == "logistic-science-pack":
|
elif science_pack == "logistic-science-pack":
|
||||||
current |= {"water", "steam", "crude-oil"}
|
current |= {"steam"}
|
||||||
current -= already_taken
|
current -= already_taken
|
||||||
already_taken |= current
|
already_taken |= current
|
||||||
current_difficulty *= 2
|
current_difficulty *= 2
|
||||||
|
|
Loading…
Reference in New Issue