mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
[Bug] Mystical Rock
Crashing on Selection
This commit is contained in:
parent
5fdc133955
commit
b8f4e6be4d
@ -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…
Reference in New Issue
Block a user