Browse Source

Add alert for not enough resources;

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

1
js/app.js

@ -447,6 +447,7 @@ let game = new Vue({
this.generateQuest(); this.generateQuest();
} else { } else {
alert('Not enough resources to redeem reward.');
return false; return false;
} }
}, },

Loading…
Cancel
Save