From d2c11550155f0b5b5205bb8a8f3befea676e5fad Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Mon, 19 Apr 2021 09:37:34 +0200 Subject: [PATCH] Fix; --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index d838afa..6e0c32e 100644 --- a/js/app.js +++ b/js/app.js @@ -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 );