mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
[Bug] Lock Capsule not locking rarities consistently (#5786)
This commit is contained in:
parent
4aa0eac5aa
commit
5ba294ffee
@ -3640,7 +3640,7 @@ function getNewModifierTypeOption(
|
|||||||
}
|
}
|
||||||
tier += upgradeCount;
|
tier += upgradeCount;
|
||||||
}
|
}
|
||||||
} else if (retryCount === 10 && tier) {
|
} else if (retryCount >= 100 && tier) {
|
||||||
retryCount = 0;
|
retryCount = 0;
|
||||||
tier--;
|
tier--;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user