aboutsummaryrefslogtreecommitdiff
path: root/engine/entities/routine.ts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/entities/routine.ts')
-rw-r--r--engine/entities/routine.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/entities/routine.ts b/engine/entities/routine.ts
index 251cbde..a7068c1 100644
--- a/engine/entities/routine.ts
+++ b/engine/entities/routine.ts
@@ -1,5 +1,5 @@
import type { GameTime } from '@hollowdark/time/gameTime'
-import type { PersonId, RoutineId } from './base'
+import type { PersonId, RoutineId } from '@hollowdark/engine/entities/base'
export type RoutineCategory = 'work' | 'relationships' | 'self' | 'home' | 'play' | 'service'
@@ -27,7 +27,7 @@ export interface RoutineItem {
/**
* Persistent weekly commitments for a character. Routines run silently in
* the flow stream — the player sets them once, they keep running until
- * changed (docs/05-time-system.md §"Routines and flow").
+ * changed.
*/
export interface Routine {
readonly id: RoutineId