Skip to content

Commit

Permalink
Update conditions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HisuianZoroark authored Feb 20, 2024
1 parent d446e89 commit e24d415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/gen9ssb/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const Conditions: {[k: string]: ModdedConditionData & {innateName?: strin
},
hydrostaticsuser: {
noCopy: true,
onStart() {
onStart(pokemon) {
this.add(`c:|${getName('Hydrostatics')}|Straighten your backs and get some hydration :]`);
this.add('-start', pokemon, 'typechange', 'Electric/Water', '[silent]');
},
Expand Down

0 comments on commit e24d415

Please sign in to comment.