diff --git a/web/public/mtg/app.js b/web/public/mtg/app.js index fc7711d0..d4c98f70 100644 --- a/web/public/mtg/app.js +++ b/web/public/mtg/app.js @@ -59,6 +59,9 @@ function putIntoMapAndFetch(data) { document.getElementById('guess-type').innerText = 'Counterspell Guesser' } else if (whichGuesser === 'burn') { document.getElementById('guess-type').innerText = 'Match With Hot Singles' + } else if (whichGuesser === 'beast') { + document.getElementById('guess-type').innerText = + 'Finding Fantastic Beasts' } setUpNewGame() } diff --git a/web/public/mtg/index.html b/web/public/mtg/index.html index 62849462..dde69c64 100644 --- a/web/public/mtg/index.html +++ b/web/public/mtg/index.html @@ -149,6 +149,16 @@