mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-11 18:55:38 -05:00
Fix typo (#6937)
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user