Fix test due to merge issue

This commit is contained in:
NightKev 2025-06-19 17:10:34 -07:00 committed by GitHub
parent 97e22e551f
commit 231c88f8fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ describe("Abilities - Fur Coat", () => {
.enemyAbility(AbilityId.BALL_FETCH)
.enemyMoveset([MoveId.SPLASH])
.enemyLevel(20)
.disableCrits();
.criticalHits(false);
});
it("should reduce damage from a physical move after gaining Fur Coat", async () => {