From ee74c444512c1c0b740fb7a0808b65663b697694 Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:54:50 -0600 Subject: [PATCH] im so stupid --- data/mods/gen9ssb/moves.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/gen9ssb/moves.ts b/data/mods/gen9ssb/moves.ts index a1b3b3f81..06905943f 100644 --- a/data/mods/gen9ssb/moves.ts +++ b/data/mods/gen9ssb/moves.ts @@ -1516,7 +1516,7 @@ 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, @@ -1524,7 +1524,7 @@ export const Moves: {[k: string]: ModdedMoveData} = { 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.`,