Factorio: add progressive turret

This commit is contained in:
Fabian Dill
2021-08-01 06:15:50 +02:00
parent f6c85e17d5
commit 774610de7b
2 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ class Factorio(World):
item_name_to_id = tech_table
location_name_to_id = base_tech_table
data_version = 2
def generate_basic(self):
skip_silo = self.world.silo[self.player].value == Silo.option_spawn
for tech_name in base_tech_table: