mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-06 13:47:24 -05:00
Update Magic Room Mechanics
Magic Room should not affect Mega Stones
This commit is contained in:
parent
eb97d4b67c
commit
891e7aebb6
|
|
@ -7680,6 +7680,7 @@ exports.BattleMovedex = {
|
|||
},
|
||||
onModifyPokemonPriority: 1,
|
||||
onModifyPokemon: function(pokemon) {
|
||||
if (pokemon.getItem(this.item).megaEvolves) return false;
|
||||
pokemon.ignore['Item'] = true;
|
||||
},
|
||||
onResidualOrder: 25,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user