This commit is contained in:
innerthunder 2024-10-20 16:14:24 -07:00
parent 030a96d32b
commit d4e7e0073c

View File

@ -2837,8 +2837,8 @@ export function getBattlerTag(tagType: BattlerTagType, turnCount: number, source
case BattlerTagType.SEEDED:
return new SeedTag(sourceId);
case BattlerTagType.POWDER:
return new PowderTag();
case BattlerTagType.NIGHTMARE:
return new PowderTag();
case BattlerTagType.NIGHTMARE:
return new NightmareTag();
case BattlerTagType.FRENZY:
return new FrenzyTag(turnCount, sourceMove, sourceId);