More work on goal system.
This commit is contained in:
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user