mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-10 22:58:14 -07:00
Factorio: align tech tree sections in growing ingredient requirements
This commit is contained in:
@@ -27,6 +27,7 @@ class MultiWorld():
|
||||
class AttributeProxy():
|
||||
def __init__(self, rule):
|
||||
self.rule = rule
|
||||
|
||||
def __getitem__(self, player) -> bool:
|
||||
return self.rule(player)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user