Factorio: add small_diamonds tech tree layout

This commit is contained in:
Fabian Dill
2021-04-10 03:03:46 +02:00
parent e11016b0a2
commit 0586b24579
8 changed files with 53 additions and 15 deletions

View File

@@ -60,6 +60,7 @@ class MultiWorld():
for player in range(1, players + 1):
def set_player_attr(attr, val):
self.__dict__.setdefault(attr, {})[player] = val
set_player_attr('tech_tree_layout_prerequisites', {})
set_player_attr('_region_cache', {})
set_player_attr('shuffle', "vanilla")
set_player_attr('logic', "noglitches")