|
|
@@ -437,14 +437,14 @@ export class GameData {
|
|
|
gData.pastureSystem.btnMake();
|
|
|
gData.gameData.nextMake = null;
|
|
|
this.nextMake = null;
|
|
|
- this.setNextProduct();
|
|
|
+ this.setNextProduct(false);
|
|
|
gData.adData.checkPopRed();
|
|
|
break;
|
|
|
case 3:
|
|
|
gData.factorySystem.btnMake();
|
|
|
gData.gameData.nextMake = null;
|
|
|
this.nextMake = null;
|
|
|
- this.setNextProduct();
|
|
|
+ this.setNextProduct(false);
|
|
|
break;
|
|
|
}
|
|
|
}
|