mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Changed it to +1 like it should be
This commit is contained in:
parent
30885b5488
commit
aca7b1412a
@ -1185,7 +1185,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
const bonusCrit = new Utils.BooleanHolder(false);
|
const bonusCrit = new Utils.BooleanHolder(false);
|
||||||
if (applyAbAttrs(BonusCritAbAttr, this, null, bonusCrit)) {
|
if (applyAbAttrs(BonusCritAbAttr, this, null, bonusCrit)) {
|
||||||
if (bonusCrit.value)
|
if (bonusCrit.value)
|
||||||
critLevel.value += 2;
|
critLevel.value += 1;
|
||||||
}
|
}
|
||||||
if (source.getTag(BattlerTagType.CRIT_BOOST))
|
if (source.getTag(BattlerTagType.CRIT_BOOST))
|
||||||
critLevel.value += 2;
|
critLevel.value += 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user