Fix syntax error

This commit is contained in:
Bertie690 2025-06-29 20:05:50 +01:00 committed by GitHub
parent 5489ad1bb8
commit de46aa4867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7334,7 +7334,7 @@ export function initAbilities() {
.unreplaceable() .unreplaceable()
.unsuppressable() .unsuppressable()
.bypassFaint(), .bypassFaint(),
new Ability(AbilityId.POWER_CONSTRUCT, new Ability(AbilityId.POWER_CONSTRUCT, 7)
// Change to 10% complete or 50% complete on switchout/turn end if at <50% HP; // Change to 10% complete or 50% complete on switchout/turn end if at <50% HP;
// revert to 10% PC or 50% PC before a new battle starts // revert to 10% PC or 50% PC before a new battle starts
// TODO: Should this revert the form change even if it would re-activate on summon? // TODO: Should this revert the form change even if it would re-activate on summon?