include battlebond

This commit is contained in:
marsteralex 2022-08-17 21:12:26 -04:00
parent ac7cb21a1a
commit ffe7a097b4

View File

@ -136,7 +136,11 @@ function determineIfSkip(card) {
}
if (firstPrint) {
if (whichGuesser == 'basic') {
if (card.set_type !== 'expansion' && card.set_type !== 'funny') {
if (
card.set_type !== 'expansion' &&
card.set_type !== 'funny' &&
card.set_type !== 'draft_innovation'
) {
return true
}
} else {