From 80d56cfd59a4faaf3f3f709c25ec14259bc945b8 Mon Sep 17 00:00:00 2001 From: Magesofthebeach <53281653+Magesofthebeach@users.noreply.github.com> Date: Sat, 29 Feb 2020 16:13:33 -0500 Subject: [PATCH] fixed typo --- src/components/entercode/PackSimulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/entercode/PackSimulator.js b/src/components/entercode/PackSimulator.js index d03c8bc..90607d9 100644 --- a/src/components/entercode/PackSimulator.js +++ b/src/components/entercode/PackSimulator.js @@ -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);