Skip to content

Commit

Permalink
im so stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Apr 10, 2024
1 parent 84463b2 commit ee74c44
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 @@ -1516,15 +1516,15 @@ export const Moves: {[k: string]: ModdedMoveData} = {
duration: 4,
onSideStart(side, source) {
this.effectState.source = source;
this.effectState.sourceSide = source.side;
this.effectState.side = side;
this.add('-sidestart', side, 'move: Biotic Orb');
},
onResidualOrder: 5,
onResidualSubOrder: 1,
onResidual(target) {
const source = this.effectState.source;
let quotes: string[] = [];
if (this.effectState.sourceSide === source.side) {
if (this.effectState.side === source.side) {
quotes = [
`A cure for all that ails.`,
`A sip for the parched.`,
Expand Down

0 comments on commit ee74c44

Please sign in to comment.