Spaces:
Sleeping
Sleeping
Update convex/constants.ts
Browse files- convex/constants.ts +5 -5
convex/constants.ts
CHANGED
@@ -78,11 +78,11 @@ export const PLAYER_KILL_VOTE_DURATION = 30000;
|
|
78 |
export const LLM_VOTE_DURATION = 60000;
|
79 |
|
80 |
// Debugging
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
|
87 |
export const MAX_NPC = 8;
|
88 |
|
|
|
78 |
export const LLM_VOTE_DURATION = 60000;
|
79 |
|
80 |
// Debugging
|
81 |
+
export const DAY_DURATION = 5000;
|
82 |
+
export const NIGHT_DURATION = 5000;
|
83 |
+
export const WWOLF_VOTE_DURATION = 1000;
|
84 |
+
export const PLAYER_KILL_VOTE_DURATION = 1000;
|
85 |
+
export const LLM_VOTE_DURATION = 1000;
|
86 |
|
87 |
export const MAX_NPC = 8;
|
88 |
|