update some reward numbrs

This commit is contained in:
legop3
2026-04-19 01:56:13 -04:00
parent e974f4f90f
commit 52352bd692
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
const DURATION_MS = 25 * 1000;
const DURATION_MS = 300 * 1000;
let activeTimer = null;
@@ -50,7 +50,7 @@ function scheduleRestore(ctx, effect = {}) {
module.exports = {
id: 'modeJam',
name: 'Admin Mode',
goal: 1200,
goal: 1000,
async run(ctx) {
const prevMode = ctx.getMode();
const prevReason = ctx.getAdminReasonText();