mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-04 23:44:01 +01:00
[Bug] Mystical Rock
Crashing on Selection (#5562)
This commit is contained in:
parent
5fdc133955
commit
d955051730
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user