Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Jan 18, 2025
1 parent 108c47c commit 32cdb92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/keymasters_keep/games/plants_vs_zombies_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]:
weight=1,
),
])

if self.include_adventure_mode:
templates.append(
GameObjectiveTemplate(
Expand All @@ -134,6 +135,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]:
weight=3,
),
)

return templates

@property
Expand Down Expand Up @@ -350,6 +352,7 @@ def plants() -> List[str]:
"Imitater",
]


# Archipelago Options
class PlantsVsZombiesIncludeAdventureMode(Toggle):
"""
Expand Down

0 comments on commit 32cdb92

Please sign in to comment.