init
This commit is contained in:
commit
55ae41cb0c
1902 changed files with 513237 additions and 0 deletions
12
constants/turnCompletionVerbs.ts
Normal file
12
constants/turnCompletionVerbs.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Past tense verbs for turn completion messages
|
||||
// These verbs work naturally with "for [duration]" (e.g., "Worked for 5s")
|
||||
export const TURN_COMPLETION_VERBS = [
|
||||
'Baked',
|
||||
'Brewed',
|
||||
'Churned',
|
||||
'Cogitated',
|
||||
'Cooked',
|
||||
'Crunched',
|
||||
'Sautéed',
|
||||
'Worked',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue