Update Magic Room Mechanics

Magic Room should not affect Mega Stones
This commit is contained in:
sirDonovan 2014-03-30 22:40:18 -05:00
parent eb97d4b67c
commit 891e7aebb6

View File

@ -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,