add beasts

This commit is contained in:
marsteralex 2022-07-28 01:24:08 -04:00
parent 17d99bd59b
commit 7038987238
6 changed files with 16 additions and 1 deletions

View File

@ -59,6 +59,8 @@ function putIntoMapAndFetch(data) {
document.getElementById('guess-type').innerText = 'Counterspell Guesser' document.getElementById('guess-type').innerText = 'Counterspell Guesser'
} else if (whichGuesser === 'burn') { } else if (whichGuesser === 'burn') {
document.getElementById('guess-type').innerText = 'Match With Hot Singles' document.getElementById('guess-type').innerText = 'Match With Hot Singles'
} else if (whichGuesser === 'beast') {
document.getElementById('guess-type').innerText = 'Finding Fantastic Beasts'
} }
setUpNewGame() setUpNewGame()
} }

View File

@ -149,6 +149,16 @@
<h3>Match With Hot Singles</h3></label <h3>Match With Hot Singles</h3></label
><br /> ><br />
<input type="radio" id="beast" name="whichguesser" value="beast" />
<label class="radio-label" for="beast">
<img
class="thumbnail"
src="https://c1.scryfall.com/file/scryfall-cards/art_crop/front/3/3/33f7e788-8fc7-49f3-804b-2d7f96852d4b.jpg?1562905469"
/>
<h3>Finding Fantastic Beasts</h3></label
>
<br />
<details id="addl-options"> <details id="addl-options">
<summary> <summary>
<img <img

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long