Skip to content

Commit

Permalink
Allow LightningRod to be breakable in Gen 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWoblefet committed Dec 31, 2023
1 parent a88e4f6 commit a4807f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/gen3/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const Abilities: {[k: string]: ModdedAbilityData} = {
return this.effectState.target;
}
},
flags: {breakable: 1},
name: "Lightning Rod",
rating: 0,
num: 32,
Expand Down

0 comments on commit a4807f5

Please sign in to comment.