Revert refactoring changes to single status healing moves

This commit is contained in:
innerthunder 2024-05-03 00:01:12 -07:00
parent 6525ba93cd
commit 068ceec0ff

View File

@ -4442,7 +4442,7 @@ export function initMoves() {
.ignoresVirtual(),
new StatusMove(Moves.HEAL_BELL, Type.NORMAL, -1, 5, -1, 0, 2)
.attr(ResetPartyStatusAttr, false)
.soundBased()
.soundBased(),
new AttackMove(Moves.RETURN, Type.NORMAL, MoveCategory.PHYSICAL, -1, 100, 20, -1, 0, 2)
.attr(FriendshipPowerAttr),
new AttackMove(Moves.PRESENT, Type.NORMAL, MoveCategory.PHYSICAL, -1, 90, 15, -1, 0, 2)