remove check from original (#768)
* fix https * add beasts * Remove extra file * Prettier-ify code * Prettier-ify * add basic land guesser also added fetcher to filter all cards instead of only unique art * default to original makes basic better * added set symbol to basics added set symbol to the basics game mode. Changed name to "How Basic" * cleanup * changed some pixels * only load set data if needed * hacked fix for removing image from name * removed check from original * remove check from original Co-authored-by: Austin Chen <akrolsmir@gmail.com>
This commit is contained in:
parent
159723ed0c
commit
2c97be815b
|
@ -183,7 +183,7 @@
|
||||||
<input type="checkbox" name="un" id="un" checked />
|
<input type="checkbox" name="un" id="un" checked />
|
||||||
<label for="un">include un-cards</label>
|
<label for="un">include un-cards</label>
|
||||||
<br />
|
<br />
|
||||||
<input type="checkbox" name="original" id="original" checked />
|
<input type="checkbox" name="original" id="original" />
|
||||||
<label for="original">only original set printing</label>
|
<label for="original">only original set printing</label>
|
||||||
</details>
|
</details>
|
||||||
<input type="submit" id="submit" value="Play" />
|
<input type="submit" id="submit" value="Play" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user