From 84b2e768bff0a4690f5e8091d5c80094560a7466 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Mon, 18 Nov 2024 10:13:45 -0500 Subject: [PATCH] [Misc] Remove obsolete `.edgeCase()` from Gulp Missile --- src/data/ability.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 1697c816902..6ac63bf0719 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -6122,8 +6122,7 @@ export function initAbilities() { .attr(NoFusionAbilityAbAttr) .attr(UncopiableAbilityAbAttr) .attr(UnswappableAbilityAbAttr) - .bypassFaint() - .edgeCase(), // Soft-locks the game if a form-changed Cramorant and its attacker both faint at the same time (ex. using Self-Destruct) + .bypassFaint(), new Ability(Abilities.STALWART, 8) .attr(BlockRedirectAbAttr), new Ability(Abilities.STEAM_ENGINE, 8)