Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrabowski authored Oct 18, 2018
1 parent da5c9b8 commit f71be93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4798,6 +4798,7 @@ function resetDeck () {
cardsInDeckText.innerHTML = "Cards in Deck: "+ modDeckArray.length;
blessesInDeck.innerHTML = "Extra Blesses in Deck: "+numOfBlesses;
cursesInDeck.innerHTML = "Extra Curses in Deck: "+numOfCurses;
shuffleDeck();
}

resetDeckButton.onclick = () => {
Expand Down

0 comments on commit f71be93

Please sign in to comment.