|
|
@@ -462,7 +462,6 @@ export class GameData {
|
|
|
break;
|
|
|
case 1:
|
|
|
gData.farmSystem.btnMake();
|
|
|
- gData.gameData.nextMake = null;
|
|
|
this.nextMake = null;
|
|
|
this.setNextProduct(false);
|
|
|
gData.adData.checkPopRed();
|
|
|
@@ -471,7 +470,6 @@ export class GameData {
|
|
|
break;
|
|
|
case 2:
|
|
|
gData.pastureSystem.btnMake();
|
|
|
- gData.gameData.nextMake = null;
|
|
|
this.nextMake = null;
|
|
|
this.setNextProduct(false);
|
|
|
gData.adData.checkPopRed();
|
|
|
@@ -480,7 +478,6 @@ export class GameData {
|
|
|
break;
|
|
|
case 3:
|
|
|
gData.factorySystem.btnMake();
|
|
|
- gData.gameData.nextMake = null;
|
|
|
this.nextMake = null;
|
|
|
this.setNextProduct(false);
|
|
|
gData.adData.checkPopRed();
|