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 0975c39 commit 36b1bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/keymasters_keep/games/oldtv_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def optional_game_constraint_templates(self) -> List[GameObjectiveTemplate]:
def game_objective_templates(self) -> List[GameObjectiveTemplate]:
return [
GameObjectiveTemplate(
label="Lose to a COLOR colored word in CONTINENT",
label="Lose to a COLOR-colored word in CONTINENT",
data={
"COLOR": (self.colors, 1),
"CONTINENT": (self.continents, 1),
Expand Down Expand Up @@ -69,7 +69,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]:
weight=3,
),
GameObjectiveTemplate(
label="Encounter a COLOR colored OTHER",
label="Encounter a COLOR-colored OTHER",
data={
"COLOR": (self.colors, 1),
"OTHER": (self.colors, 1),
Expand Down

0 comments on commit 36b1bff

Please sign in to comment.