Roost fix

This commit is contained in:
Ishan Patel 2024-04-15 16:28:45 -04:00
parent 10c27336d4
commit 62fffd38b8
4 changed files with 4 additions and 3 deletions

View File

@ -1103,3 +1103,4 @@ export function getBattlerTag(tagType: BattlerTagType, turnCount: integer, sourc
return new BattlerTag(tagType, BattlerTagLapseType.CUSTOM, turnCount, sourceMove, sourceId);
}
}