Skip to content

Commit

Permalink
Update data/mods/gen9ssb/conditions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Feb 24, 2024
1 parent 1917cd2 commit 690074f
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 @@ -537,7 +537,7 @@ export const Conditions: {[k: string]: ModdedConditionData & {innateName?: strin
},
onSwitchOut(pokemon) {
this.add(`c:|${getName('Karthik')}|>>> staraptor.heal(staraptor.baseMaxhp / 3)`);
pokemon.heal(pokemon.baseMaxhp / 3);
if (!pokemon.illusion) pokemon.heal(pokemon.baseMaxhp / 3);
},
onFaint() {
this.add(`c:|${getName('Karthik')}|>>> staraptor.faint()`);
Expand Down

0 comments on commit 690074f

Please sign in to comment.