From d929ba5ff5c552b60c8e5eca5f9655e42fc740c1 Mon Sep 17 00:00:00 2001 From: nicholascc Date: Mon, 25 Jul 2022 16:04:10 -0700 Subject: [PATCH] Decreased ante to 25 clips. --- common/envs/atlas3.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/envs/atlas3.ts b/common/envs/atlas3.ts index b5f0c2f7..84ec3cf7 100644 --- a/common/envs/atlas3.ts +++ b/common/envs/atlas3.ts @@ -23,7 +23,7 @@ export const ATLAS3_CONFIG: EnvConfig = { ], whitelistEmail: '', moneyMoniker: '📎', - fixedAnte: 250, + fixedAnte: 25, startingBalance: 500, referralBonus: 0, visibility: 'PRIVATE',