Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Jan 14, 2025
1 parent 780a116 commit 5ca1fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions worlds/keymasters_keep/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class KeymastersKeepGamePlatforms(enum.Enum):
VECT = "VECT" # General Consumer Electric Vectrex
VIC = "VIC" # Commodore VIC 20
VITA = "VITA" # Sony PlayStation Vita
VR = "VR" # Virtual Reality
VS = "VS" # Nintendo VS. System
VVS = "VVS" # V-Tech V-Smile
VSP = "VSP" # V-Tech V-Smile Pocket
Expand Down
5 changes: 3 additions & 2 deletions worlds/keymasters_keep/games/powerwash_simulator_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PowerWashSimulatorGame(Game):
KeymastersKeepGamePlatforms.PS4,
KeymastersKeepGamePlatforms.PS5,
KeymastersKeepGamePlatforms.SW,
#KeymastersKeepGamePlatforms.VR,
KeymastersKeepGamePlatforms.VR,
KeymastersKeepGamePlatforms.XONE,
KeymastersKeepGamePlatforms.XSX,
]
Expand Down Expand Up @@ -321,7 +321,8 @@ def jobs(self) -> List[str]:

return jobs

#Archipelago Options

# Archipelago Options
class PowerWashSimulatorDLCOwned(OptionSet):
"""
Indicates which PowerWash Simulator DLC the player owns, if any.
Expand Down

0 comments on commit 5ca1fc2

Please sign in to comment.