mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +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,
|
||||
},
|
||||
DEEP_SEA_TOOTH: {
|
||||
stats: [Stat.SPDEF],
|
||||
stats: [Stat.SPATK],
|
||||
multiplier: 2,
|
||||
species: [Species.CLAMPERL],
|
||||
rare: false,
|
||||
|
Loading…
Reference in New Issue
Block a user