commander stats update

This commit is contained in:
2024-07-07 21:42:26 -05:00
parent ead34dbb1f
commit 15b50a75c4
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -672,8 +672,8 @@ public enum LootManager {
if (commander)
multiplier = 2;
int high = 500000;
int low = 125000;
int high = 250000;
int low = 65000;
int gold = ThreadLocalRandom.current().nextInt(low, high + 1) * multiplier;
if (gold > 0) {