File size: 269 Bytes
064bfd6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | // 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',
]
|