From 2d6dfc45a072db3b35d7b81ae5f07145d36cb8ca Mon Sep 17 00:00:00 2001 From: PigeonBar <56974298+PigeonBar@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:44:49 -0500 Subject: [PATCH] [Documentation] Remove obsolete `.edgeCase()` from Gulp Missile (#4909) --- 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 62665e6d25b..3103c08cee6 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -6120,8 +6120,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)