diff --git a/www/html/Admin/private/store.json b/www/html/Admin/private/store.json
index 116d3f5..39ff16c 100644
--- a/www/html/Admin/private/store.json
+++ b/www/html/Admin/private/store.json
@@ -38,9 +38,9 @@
"providerUserId": "p_1775109142385_wq7wfy1p32j",
"notes": "auto: player-coins",
"blocked": false,
- "coins": 260,
+ "coins": 280,
"createdAt": "2026-04-02T05:52:21+00:00",
- "updatedAt": "2026-06-16T14:46:41+00:00",
+ "updatedAt": "2026-06-16T14:58:05+00:00",
"daily": {
"anchorMs": 1781197200000,
"claimedDays": [
@@ -54,12 +54,13 @@
],
"lockUntilMs": 0
},
- "score": 210,
+ "score": 230,
"scoreByCase": {
"1": 10,
"10": 70,
"8": 110,
- "11": 20
+ "11": 20,
+ "13": 20
},
"lbName": "Q"
},
diff --git a/www/html/Game/data/game-timing.json b/www/html/Game/data/game-timing.json
index 405aa44..14297fd 100644
--- a/www/html/Game/data/game-timing.json
+++ b/www/html/Game/data/game-timing.json
@@ -89,8 +89,8 @@
"balloonBossPlayerBalloonFallbackUrl": "/Game/img/MegaVirus/Artboard%209.png",
"balloonBossBalloonsPerPlayer": 3,
"forcedMinigameKeys": [
- "space_shooter",
- "balloon_boss",
+ "quiz",
+ "gauntlet",
"stack"
],
"testSpecialCardByMap": {
diff --git a/www/html/Game/public/css/testimony-overlay.css b/www/html/Game/public/css/testimony-overlay.css
index 92c1abf..a3505b4 100644
--- a/www/html/Game/public/css/testimony-overlay.css
+++ b/www/html/Game/public/css/testimony-overlay.css
@@ -316,7 +316,7 @@
}
#testimony-overlay .es3-ps.is-me .es3-ps-card {
- outline: 2px solid #6df0ff;
+ outline: 2px solid #ffffff00;
outline-offset: 2px;
border-radius: 6px;
}
diff --git a/www/html/Game/public/js/room-lobby.js b/www/html/Game/public/js/room-lobby.js
index 257f507..0833ef0 100644
--- a/www/html/Game/public/js/room-lobby.js
+++ b/www/html/Game/public/js/room-lobby.js
@@ -5211,7 +5211,7 @@
link.rel = 'stylesheet';
document.head.appendChild(link);
}
- link.href = 'css/testimony-overlay.css?v=8';
+ link.href = 'css/testimony-overlay.css?v=9';
}
var testimonyScaleBound = false;