mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06: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