From 67ca1fc3e56ff69b1733b15594fc22b41b99639a Mon Sep 17 00:00:00 2001 From: Thomas B <79112289+waffleattack@users.noreply.github.com> Date: Tue, 22 Mar 2022 08:35:22 -0400 Subject: [PATCH] Update Constants.ts --- src/CotMG/data/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CotMG/data/Constants.ts b/src/CotMG/data/Constants.ts index fa4a867b7..cb9fdd000 100644 --- a/src/CotMG/data/Constants.ts +++ b/src/CotMG/data/Constants.ts @@ -5,5 +5,5 @@ export const StanekConstants: { } = { RAMBonus: 0.1, BaseSize: 9, - MaxSize: 25 + MaxSize: 50 };