Skip to content

Commit

Permalink
It REALLY doesn't like defining options that don't exist
Browse files Browse the repository at this point in the history
code is confusing, and I'm not even doing that much here.
  • Loading branch information
ManNamedGarbo authored Jan 19, 2025
1 parent 174a136 commit 0609bf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions worlds/keymasters_keep/games/GTFO_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
################################################
@dataclass
class GTFOArchipelagoOptions:
GTFO_Bosses: GTFOBosses

@property
def GTFO_Bosses(self) -> List[str]:
return sorted(self.archipelago_options.GTFO_Bosses.value)
Pass

class GTFOGame(Game):
name = "GTFO"
Expand Down

0 comments on commit 0609bf0

Please sign in to comment.