Skip to content

Commit

Permalink
Fixed key for front door not being set to local when in local mode
Browse files Browse the repository at this point in the history
Fixed key for front door not being set to local when in local mode
  • Loading branch information
GodlFire committed Aug 20, 2023
1 parent 0888455 commit a5714e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/shivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def create_items(self) -> Item:
self.multiworld.local_early_items[self.player]["Key for Office Elevator"] = 1
self.multiworld.local_early_items[self.player]["Key for Office"] = 1
elif lobby_access_keys == 2:
self.multiworld.early_items[self.player]["Key for Front Door"] = 1
self.multiworld.local_early_items[self.player]["Key for Front Door"] = 1

#Prefills event storage locations with duplicate pots
def pre_fill(self) -> None:
Expand Down

0 comments on commit a5714e5

Please sign in to comment.