diff --git a/src/components/entercode/PackSimulator.js b/src/components/entercode/PackSimulator.js index b8ce020..857c17f 100644 --- a/src/components/entercode/PackSimulator.js +++ b/src/components/entercode/PackSimulator.js @@ -170,7 +170,7 @@ export default class PackSimulator extends React.Component { genrarity("Common", 2); let randomWeird = Math.floor(Math.random() * 75) + 1; let weirdRarity = ""; - if (randomWeird = 75) + if (randomWeird == 75) weirdRarity = "Ultra Rare"; else if (randomWeird < 19) weirdRarity = "Super Rare";