More work on goal system.

This commit is contained in:
Storm Dragon
2026-07-01 09:15:35 -04:00
parent 7c5aff28bb
commit 59352bb0b6
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ def write_catalog(entries: Dict[str, Dict[str, object]], output_path: Path) -> N
("system.goals.goal.craft_spear.name", "Craft a spear."),
("system.goals.goal.build_firepit.name", "Build a firepit."),
("system.goals.goal.light_fire.name", "Light a fire."),
("system.goals.goal.build_storage.name", "Build storage."),
("system.goals.goal.build_storage.name", "Upgrade storage."),
("system.goals.goal.build_altar.name", "Build an altar."),
("system.goals.goal.complete_quest.name", "Complete a quest."),
("system.goals.goal.win_adventure.name", "Win an adventure."),