This commit is contained in:
Kris Johnson
2020-07-01 05:27:18 -06:00
committed by GitHub
parent d856e72c20
commit f126b5aa6f

View File

@@ -527,7 +527,7 @@ export const BattleScripts: ModdedBattleScriptsData = {
},
hasLinkedMove(moveid) {
// @ts-ignore
const linkedMoves: ID[] = this.getlinkedMoves(true);
const linkedMoves: ID[] = this.getLinkedMoves(true);
if (!linkedMoves.length) return false;
return linkedMoves.some(x => x === moveid);
},