mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-22 16:47:30 -05:00
fixed some things
This commit is contained in:
parent
6507138d99
commit
e45158cbe3
|
|
@ -152,7 +152,6 @@ export default class PackSimulator extends React.Component {
|
|||
let newSets = ["AU", "FAS"];
|
||||
let weirdSets = ["OP1", "PE1"];
|
||||
|
||||
if (weirdsets.indexOf(this.set) == -1){
|
||||
for (let i = 0; i < this.packs; i++) {
|
||||
// Before AU sets
|
||||
if (newSets.indexOf(this.set) == -1 && weirdSets.indexOf(this.set) == -1) {
|
||||
|
|
@ -185,6 +184,7 @@ export default class PackSimulator extends React.Component {
|
|||
genrarity("Super Rare", 5);
|
||||
genrarity("Ultra Rare", 1);
|
||||
}
|
||||
card_names = [];
|
||||
}
|
||||
|
||||
this.filter.removeDynamicView('set');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user