mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
Fix test due to merge issue
This commit is contained in:
parent
97e22e551f
commit
231c88f8fc
@ -28,7 +28,7 @@ describe("Abilities - Fur Coat", () => {
|
|||||||
.enemyAbility(AbilityId.BALL_FETCH)
|
.enemyAbility(AbilityId.BALL_FETCH)
|
||||||
.enemyMoveset([MoveId.SPLASH])
|
.enemyMoveset([MoveId.SPLASH])
|
||||||
.enemyLevel(20)
|
.enemyLevel(20)
|
||||||
.disableCrits();
|
.criticalHits(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should reduce damage from a physical move after gaining Fur Coat", async () => {
|
it("should reduce damage from a physical move after gaining Fur Coat", async () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user