[Bug] Mystical Rock Crashing on Selection

This commit is contained in:
xsn34kzx 2025-03-26 23:49:44 -04:00
parent 5fdc133955
commit b8f4e6be4d

View File

@ -2000,7 +2000,7 @@ export const modifierTypes = {
}), }),
MYSTICAL_ROCK: () => MYSTICAL_ROCK: () =>
new ModifierType( new PokemonHeldItemModifierType(
"modifierType:ModifierType.MYSTICAL_ROCK", "modifierType:ModifierType.MYSTICAL_ROCK",
"mystical_rock", "mystical_rock",
(type, args) => new FieldEffectModifier(type, (args[0] as Pokemon).id), (type, args) => new FieldEffectModifier(type, (args[0] as Pokemon).id),