Skip to content

Commit

Permalink
Oops :-3
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Apr 10, 2024
1 parent 719b0be commit 84463b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/gen9ssb/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1501,8 +1501,8 @@ export const Moves: {[k: string]: ModdedMoveData} = {
if (pokemon.hp < pokemon.maxhp / 2) {
move.target = "allySide";
move.flags['heal'] = 1;
delete move.slotCondition;
move.self = {slotCondition: 'bioticorb'};
delete move.sideCondition;
move.self = {sideCondition: 'bioticorb'};
delete move.flags['reflectable'];
delete move.flags['mustpressure'];
}
Expand Down

0 comments on commit 84463b2

Please sign in to comment.