From 555a6d6ef5edc6afbc72e7ea7eef17f6fd7e5dfc Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Tue, 11 Feb 2025 15:45:57 -0800 Subject: [PATCH] Fix typo in task description --- src/engine/task.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/task.ts b/src/engine/task.ts index f2606ff..c74f1b8 100644 --- a/src/engine/task.ts +++ b/src/engine/task.ts @@ -199,7 +199,7 @@ export const OBSERVE_PATROL_ROUTES: Task = { name: "Observe Patrol Routes", shortName: "OBS_PTRL", baseCost: () => 3500, - description: "Learn the patrol routes of the Presever cleanup crew.", + description: "Learn the patrol routes of the Preserver cleanup crew.", flavor: "Tactical planning substrate suggests attacking during moments of isolation.", required: { progress: { ruinsExploration: 15 } },