Factorio: remove debug print (#4533)
This commit is contained in:
parent
33fd9de281
commit
edacb17171
|
@ -280,9 +280,6 @@ class Factorio(World):
|
|||
self.get_location("Rocket Launch").access_rule = lambda state: all(state.has(technology, player)
|
||||
for technology in
|
||||
victory_tech_names)
|
||||
for tech_name in victory_tech_names:
|
||||
if not self.multiworld.get_all_state(True).has(tech_name, player):
|
||||
print(tech_name)
|
||||
self.multiworld.completion_condition[player] = lambda state: state.has('Victory', player)
|
||||
|
||||
def get_recipe(self, name: str) -> Recipe:
|
||||
|
|
Loading…
Reference in New Issue