mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +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;
|
||||
}
|
||||
} else if (retryCount === 10 && tier) {
|
||||
} else if (retryCount >= 100 && tier) {
|
||||
retryCount = 0;
|
||||
tier--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user