mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
fixed typo
This commit is contained in:
parent
58e43ced91
commit
80d56cfd59
|
|
@ -162,7 +162,7 @@ export default class PackSimulator extends React.Component {
|
|||
genrarity(randomRare(), 1);
|
||||
}
|
||||
// AU sets and after
|
||||
elseif (weirdSets.indexOf(this.set) == -1) {
|
||||
else if (weirdSets.indexOf(this.set) == -1) {
|
||||
genrarity('Common', 6);
|
||||
genrarity('Rare', 2);
|
||||
genrarity(randomRare(), 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user