Update Constants.ts

This commit is contained in:
Thomas B
2022-03-22 08:35:22 -04:00
committed by GitHub
parent 9381cb4a67
commit 67ca1fc3e5

View File

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