mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +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: () =>
|
||||
new ModifierType(
|
||||
new PokemonHeldItemModifierType(
|
||||
"modifierType:ModifierType.MYSTICAL_ROCK",
|
||||
"mystical_rock",
|
||||
(type, args) => new FieldEffectModifier(type, (args[0] as Pokemon).id),
|
||||
|
Loading…
Reference in New Issue
Block a user