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
@@ -42,7 +42,7 @@ function startStrobe(ctx, effect = {}) {
module.exports = {
id: 'lightStrobe',
name: 'Light Strobe',
goal: 360,
goal: 300,
async run(ctx) {
startStrobe(ctx, { endsAt: Date.now() + STROBE_MS, on: false });
ctx.sendAlert({ color: '#ffc107', title: 'Light Strobe', message: 'Room light strobe started.' });