[Documentation] Remove obsolete `.edgeCase()` from Gulp Missile (#4909)
This commit is contained in:
parent
6eed6c24c2
commit
2d6dfc45a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue