Skip to content

Commit

Permalink
Update quest copy
Browse files Browse the repository at this point in the history
  • Loading branch information
IGPenguin authored Oct 23, 2022
1 parent 102ad1a commit a656464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/random_quote.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function sayHello(){
function setQuest(){
var questTarget = 4;
var remainingcards = questTarget-redrawnTimes;
var questText = "🔴"+"&nbsp;&nbsp;"+"<b>Daily Quest:</b> Contemplate about " + remainingcards + " more cards."
var questText = "🔴"+"&nbsp;&nbsp;"+"<b>Daily Goal:</b> Contemplate about " + remainingcards + " more cards."
if (remainingcards <= 0) {questText = "🟢"+"&nbsp;&nbsp;"+"<b>Great job! </b> That's it for today, go play outside."}
document.getElementById('id_quest_text').innerHTML = questText;
}

0 comments on commit a656464

Please sign in to comment.