From 70389872380da4036f0e4540ad0e13b04a9c681b Mon Sep 17 00:00:00 2001 From: marsteralex Date: Thu, 28 Jul 2022 01:24:08 -0400 Subject: [PATCH] add beasts --- web/public/mtg/app.js | 2 ++ web/public/mtg/index.html | 10 ++++++++++ web/public/mtg/jsons/beast1.json | 1 + web/public/mtg/jsons/beast2.json | 1 + web/public/mtg/jsons/beast3.json | 1 + web/public/mtg/jsons/counterspell3.json | 2 +- 6 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 web/public/mtg/jsons/beast1.json create mode 100644 web/public/mtg/jsons/beast2.json create mode 100644 web/public/mtg/jsons/beast3.json diff --git a/web/public/mtg/app.js b/web/public/mtg/app.js index fc7711d0..75ef105a 100644 --- a/web/public/mtg/app.js +++ b/web/public/mtg/app.js @@ -59,6 +59,8 @@ 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..a0c842a6 100644 --- a/web/public/mtg/index.html +++ b/web/public/mtg/index.html @@ -149,6 +149,16 @@

Match With Hot Singles


+ + +
+