Skip to content

Commit

Permalink
Update MainGame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
APridgeon authored Aug 20, 2020
1 parent e1c76da commit b337dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/scenes/MainGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export default class MainGame extends Phaser.Scene{
this.StomataGroup.add(this.STOMA1)
gameData.StomataNumber += 1
this.MS1.destroy()
new DialogueBox({scene: this, text: 'Now you have a stoma use CO2 to generate ABA'})
new DialogueBox({scene: this, text: 'Now you have a stoma use CO2 to generate ATP'})
},this);

//BUY ATP - unlock upgrade ATP buying + photosynthesis
Expand Down Expand Up @@ -641,4 +641,4 @@ export default class MainGame extends Phaser.Scene{


}
}
}

0 comments on commit b337dd6

Please sign in to comment.