mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Fix Tapu Fini's Random moves
It can’t fall asleep…
This commit is contained in:
parent
009af7d5af
commit
4e2e986e65
|
|
@ -6069,7 +6069,7 @@ exports.BattleFormatsData = {
|
|||
tier: "OU",
|
||||
},
|
||||
tapufini: {
|
||||
randomBattleMoves: ["calmmind", "moonblast", "scald", "rest", "sleeptalk"],
|
||||
randomBattleMoves: ["calmmind", "moonblast", "scald", "substitute", "icebeam"],
|
||||
eventPokemon: [
|
||||
{"generation": 7, "level": 60, "isHidden": false, "moves":["naturesmadness", "muddywater", "aquaring", "hydropump"]},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user