diff --git a/src/App.tsx b/src/App.tsx index da4b29f..6eeda1d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -78,7 +78,7 @@ export default class App extends React.Component { if (choice.minigame === "") { this.state.playerStats.applyStatChanges(choice.statChanges, choice.dlogo); - if (this.state.week > App.maxWeeks) { + if (choice.followUp === "" && this.state.week > App.maxWeeks) { if (this.state.playerStats.getGpa() >= 1.0) { // Winning condition this.state.eventTracker.queueFollowUpEvent(