mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Remove partial implementation notation on beak blast
This commit is contained in:
parent
78d7cd23b8
commit
7e8832af97
@ -6366,8 +6366,7 @@ export function initMoves() {
|
||||
.attr(ChargeAttr, ChargeAnim.BEAK_BLAST_CHARGING, "started\nheating up its beak!", BattlerTagType.BEAK_BLAST, true, true, -3)
|
||||
.ballBombMove()
|
||||
.makesContact(false)
|
||||
.attr(RemoveBeakBlastTagArr)
|
||||
.partial(),
|
||||
.attr(RemoveBeakBlastTagArr),
|
||||
new AttackMove(Moves.CLANGING_SCALES, Type.DRAGON, MoveCategory.SPECIAL, 110, 100, 5, 100, 0, 7)
|
||||
.attr(StatChangeAttr, BattleStat.DEF, -1, true)
|
||||
.soundBased()
|
||||
|
Loading…
Reference in New Issue
Block a user