From 5ca1fc29090447998ea209c94bb1d70d9afede90 Mon Sep 17 00:00:00 2001 From: Nicholas Brochu Date: Tue, 14 Jan 2025 10:01:45 -0500 Subject: [PATCH] tweak --- worlds/keymasters_keep/enums.py | 1 + worlds/keymasters_keep/games/powerwash_simulator_game.py | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/worlds/keymasters_keep/enums.py b/worlds/keymasters_keep/enums.py index a8cde091988a..1149414ae23e 100644 --- a/worlds/keymasters_keep/enums.py +++ b/worlds/keymasters_keep/enums.py @@ -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 diff --git a/worlds/keymasters_keep/games/powerwash_simulator_game.py b/worlds/keymasters_keep/games/powerwash_simulator_game.py index 0dd6d8ecfb4a..34bed748ee8d 100644 --- a/worlds/keymasters_keep/games/powerwash_simulator_game.py +++ b/worlds/keymasters_keep/games/powerwash_simulator_game.py @@ -27,7 +27,7 @@ class PowerWashSimulatorGame(Game): KeymastersKeepGamePlatforms.PS4, KeymastersKeepGamePlatforms.PS5, KeymastersKeepGamePlatforms.SW, - #KeymastersKeepGamePlatforms.VR, + KeymastersKeepGamePlatforms.VR, KeymastersKeepGamePlatforms.XONE, KeymastersKeepGamePlatforms.XSX, ] @@ -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.