move LttP create_regions and set_rules to AutoWorld

This commit is contained in:
Fabian Dill
2021-07-22 15:51:50 +02:00
parent b2f5f095fc
commit 21af3bf563
6 changed files with 76 additions and 65 deletions

View File

@@ -25,7 +25,7 @@ class Factorio(World):
item_name_to_id = tech_table
location_name_to_id = base_tech_table
def generate_basic(self):
def create_items(self):
for tech_name in base_tech_table:
if self.world.progressive:
item_name = tech_to_progressive_lookup.get(tech_name, tech_name)