Browse Source

Fix;

master
Nero Ignis 4 years ago
parent
commit
d2c1155015
  1. 2
      js/app.js

2
js/app.js

@ -423,7 +423,7 @@ let game = new Vue({ @@ -423,7 +423,7 @@ let game = new Vue({
this.currentQuest.corn + ' wood needed in quest',
this.resources.corn >= this.currentQuest.corn,
this.resources.coal + ' coal available',
this.currentQuest.coa + ' wood needed in quest',
this.currentQuest.coal + ' wood needed in quest',
this.resources.coal >= this.currentQuest.coal
);

Loading…
Cancel
Save