diff --git a/shared/src/types.ts b/shared/src/types.ts index 61a181b..6500a3f 100644 --- a/shared/src/types.ts +++ b/shared/src/types.ts @@ -79,7 +79,7 @@ export interface StatModifiers { } export type MovementState = 'idle' | 'walking'; -export type GoalType = 'wander' | 'eat' | 'rest' | 'gather'; +export type GoalType = 'wander' | 'eat' | 'rest' | 'gather' | 'craft' | 'build' | 'dropoff'; export interface Movement { state: MovementState;