Skip to content

Commit

Permalink
Disable factory_explosion quest automatically starting
Browse files Browse the repository at this point in the history
  • Loading branch information
alesan99 committed Apr 6, 2024
1 parent 63a3b93 commit 96e7f9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/game/quests.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const QuestSystem = (function() {

this.start("tutorial") // First story quest
this.start("world") // Used for storing world state
this.start("factory_explosion") // Used for storing world state

for (let questName in SAVEDATA.quests.active) {
this.start(questName, "initial")
Expand Down Expand Up @@ -231,7 +230,7 @@ const QuestSystem = (function() {
SAVEDATA.quests.completed[questName] = quest.progress
delete activeQuests[questName]
delete SAVEDATA.quests.active[questName]

conditionsUpdate()
}
},
Expand Down

0 comments on commit 96e7f9d

Please sign in to comment.