Skip to content

Commit

Permalink
no leaky
Browse files Browse the repository at this point in the history
  • Loading branch information
HisuianZoroark authored Feb 20, 2024
1 parent d83a9d3 commit 3545f57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/mods/gen9ssb/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,7 @@ export const Conditions: {[k: string]: ModdedConditionData & {innateName?: strin
},
onFaint(pokemon) {
this.add(`c:|${getName('Hydrostatics')}|Seems like you were more hydrated than me :c`);
if (pokemon.side.pokemon.some(mon => mon.name === 'PartMan')) {
// Custom message for PartMan
// Yes, this reveals that the enemy has PartMan
if (enemyStaff(pokemon) === 'PartMan') {
this.add(`c:|${getName('PartMan')}|Hydro here have a tiara`);
}
},
Expand Down

0 comments on commit 3545f57

Please sign in to comment.