mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Fix wrong type being boosted
This commit is contained in:
parent
090a5d1062
commit
390bd447a5
@ -1466,7 +1466,7 @@ class SpeciesStatBoosterModifierTypeGenerator extends ModifierTypeGenerator {
|
|||||||
rare: false,
|
rare: false,
|
||||||
},
|
},
|
||||||
DEEP_SEA_TOOTH: {
|
DEEP_SEA_TOOTH: {
|
||||||
stats: [Stat.SPDEF],
|
stats: [Stat.SPATK],
|
||||||
multiplier: 2,
|
multiplier: 2,
|
||||||
species: [Species.CLAMPERL],
|
species: [Species.CLAMPERL],
|
||||||
rare: false,
|
rare: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user