increase mine production

This commit is contained in:
2025-03-11 20:16:49 -05:00
parent 4268d39d17
commit 617cad69e1
+4 -4
View File
@@ -598,13 +598,13 @@ public class Mine extends AbstractGameObject {
int amount = 0;
switch(this.capSize){
case 3:
amount = 1800000;
break;
case 5:
amount = 3000000;
break;
case 5:
amount = 4200000;
break;
case 10:
amount = 6000000;
amount = 7200000;
break;
case 20:
amount = 12000000;