Make curse target

This commit is contained in:
Temps Ray 2024-05-05 17:58:46 -04:00 committed by Samuel H
parent 82b0606311
commit 77b6ad47d0
1 changed files with 0 additions and 1 deletions

View File

@ -4418,7 +4418,6 @@ export function initMoves() {
.soundBased(),
new StatusMove(Moves.CURSE, Type.GHOST, -1, 10, -1, 0, 2)
.attr(CurseAttr)
.target(MoveTarget.RANDOM_NEAR_ENEMY)
.ignoresProtect(true),
new AttackMove(Moves.FLAIL, Type.NORMAL, MoveCategory.PHYSICAL, -1, 100, 15, -1, 0, 2)
.attr(LowHpPowerAttr),