Make curse target
This commit is contained in:
parent
82b0606311
commit
77b6ad47d0
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue