Skip to content

Commit

Permalink
hollowcure lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Jan 4, 2025
1 parent 2927899 commit 19e7805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion worlds/keymasters_keep/Supported Games.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Guitar Hero World Tour (X360 + PS3, PS2, PC, NGAGE, WII)
* Guitar Hero: Warriors of Rock (X360 + PS3, WII)
* Halls of Torment (PC + AND, IOS)
* Hollowcure: Save the Fans! (PC)
* HoloCure: Save the Fans! (PC)
* Just Shapes & Beats (PC + PS4, SW, XONE)
* League of Legends (PC)
* Mages of Mystralia (PC + PS4, SW, XONE)
Expand Down
8 changes: 4 additions & 4 deletions worlds/keymasters_keep/games/holocure_save_the_fans_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@


@dataclass
class HollowcureSaveTheFansArchipelagoOptions:
class HoloCureSaveTheFansArchipelagoOptions:
pass


class HollowcureSaveTheFansGame(Game):
name = "Hollowcure: Save the Fans!"
class HoloCureSaveTheFansGame(Game):
name = "HoloCure: Save the Fans!"
platform = KeymastersKeepGamePlatforms.PC

platforms_other = None

is_adult_only_or_unrated = False

options_cls = HollowcureSaveTheFansArchipelagoOptions
options_cls = HoloCureSaveTheFansArchipelagoOptions

def optional_game_constraint_templates(self) -> List[GameObjectiveTemplate]:
return list()
Expand Down

0 comments on commit 19e7805

Please sign in to comment.