mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
rephrase the starter check
This commit is contained in:
parent
8209ad3b5e
commit
20f3f09cba
|
|
@ -111,7 +111,7 @@ export default class PackSimulator extends React.Component {
|
|||
return;
|
||||
}
|
||||
|
||||
if (card_names.indexOf(card.gsx$name) > -1 && card.gsx$exclusive != "Starter") {
|
||||
if (card_names.indexOf(card.gsx$name) > -1 && card.gsx$exclusive.includes("Starter")) {
|
||||
return gencard(results, i);
|
||||
}
|
||||
card_names.push(card.gsx$name);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user