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:
Grrmo
2022-01-23 21:26:32 +01:00
committed by GitHub
parent 0ee6dd3f77
commit b4ad0ebf52
3 changed files with 25 additions and 18 deletions

View File

@@ -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