mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: make state.prog_items a Dict[int, Counter[str]]
(#2407)
This commit is contained in:
@@ -830,4 +830,4 @@ class ALttPLogic(LogicMixin):
|
||||
return True
|
||||
if self.multiworld.smallkey_shuffle[player] == smallkey_shuffle.option_universal:
|
||||
return can_buy_unlimited(self, 'Small Key (Universal)', player)
|
||||
return self.prog_items[item, player] >= count
|
||||
return self.prog_items[player][item] >= count
|
||||
|
Reference in New Issue
Block a user