Skip to content

Commit

Permalink
wrong inventory for goofy
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWeakStrike authored Dec 20, 2023
1 parent 2e99a6b commit 14afccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def __init__(self, server_address, password):
self.base_accessory_slots = 1
self.base_armor_slots = 1
self.base_item_slots = 3
self.front_ability_slots = [0x2546, 0x2658, 0x276C, 0x2548, 0x254A, 0x254C, 0x265A, 0x265C, 0x265E, 0x276C, 0x276E, 0x2770]
self.front_ability_slots = [0x2546, 0x2658, 0x276C, 0x2548, 0x254A, 0x254C, 0x265A, 0x265C, 0x265E, 0x276E, 0x2770,0x2772]

async def server_auth(self, password_requested: bool = False):
if password_requested and not self.password:
Expand Down

0 comments on commit 14afccc

Please sign in to comment.