Update Constants.ts

This commit is contained in:
Thomas B 2022-03-22 08:37:11 -04:00 committed by GitHub
parent 70306ce61b
commit 8b8b098fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,5 +5,5 @@ export const StanekConstants: {
} = {
RAMBonus: 0.1,
BaseSize: 9,
MaxSize: 50
MaxSize: 25
};