mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LttP: make shuffle names consistent
This commit is contained in:
@@ -569,7 +569,7 @@ class CollectionState(object):
|
||||
def has_key(self, item, player, count: int = 1):
|
||||
if self.world.logic[player] == 'nologic':
|
||||
return True
|
||||
if self.world.smallkeyshuffle[player] == "universal":
|
||||
if self.world.smallkey_shuffle[player] == "universal":
|
||||
return self.can_buy_unlimited('Small Key (Universal)', player)
|
||||
return self.prog_items[item, player] >= count
|
||||
|
||||
|
Reference in New Issue
Block a user