1// Past tense verbs for turn completion messages
2// These verbs work naturally with "for [duration]" (e.g., "Worked for 5s")
3exportconstTURN_COMPLETION_VERBS=[ 4'Baked', 5'Brewed', 6'Churned', 7'Cogitated', 8'Cooked', 9'Crunched',10'Sautéed',11'Worked',12]