mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Created new region for kitty boss (#233)
* Added own region for kitty boss Kitty boss had the same access restriction as upper lake desolation, which is wrong.
This commit is contained in:
@@ -226,4 +226,4 @@ def get_personal_items(player: int, locations: List[Location]) -> Dict[int, int]
|
||||
if location.address and location.item and location.item.code and location.item.player == player:
|
||||
personal_items[location.address] = location.item.code
|
||||
|
||||
return personal_items
|
||||
return personal_items
|
||||
|
Reference in New Issue
Block a user