Remove partial from Matcha Gotcha

This commit is contained in:
3ae3ae 2024-06-18 13:59:57 +09:00
parent 74e49b244b
commit e7504b0ff7
1 changed files with 1 additions and 2 deletions

View File

@ -8314,8 +8314,7 @@ export function initMoves() {
.attr(HealStatusEffectAttr, false, StatusEffect.FREEZE)
.attr(StatusEffectAttr, StatusEffect.BURN)
.target(MoveTarget.ALL_NEAR_ENEMIES)
.triageMove()
.partial(),
.triageMove(),
new AttackMove(Moves.SYRUP_BOMB, Type.GRASS, MoveCategory.SPECIAL, 60, 85, 10, -1, 0, 9)
.attr(StatChangeAttr, BattleStat.SPD, -1) //Temporary
.ballBombMove()