Fix wrong type being boosted

This commit is contained in:
Madmadness65 2025-05-13 20:06:59 -05:00 committed by GitHub
parent 090a5d1062
commit 390bd447a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,