Added reinforce barricade goal.

This commit is contained in:
Storm Dragon
2026-07-01 09:46:09 -04:00
parent e690819071
commit f5f84c2901
7 changed files with 21 additions and 5 deletions
+1
View File
@@ -772,6 +772,7 @@ def write_catalog(entries: Dict[str, Dict[str, object]], output_path: Path) -> N
("system.goals.goal.craft_arrows.name", "Craft arrows."),
("system.goals.goal.survive_day_9.name", "Survive until day 9."),
("system.goals.goal.tame_pet.name", "Tame a pet."),
("system.goals.goal.reinforce_barricade.name", "Reinforce the barricade."),
("system.goals.goal.unknown.name", "Unknown goal."),
("system.goals.menu.prompt", "Goals. {option}"),
("system.goals.menu.current", "Current goal: {goal}"),