Merge pull request #2191 from sphericalice/patch-1

Give Pikachu its typing back
This commit is contained in:
Eduardo Quezada D'Ottone 2022-07-18 07:52:49 -04:00 committed by GitHub
commit e40fe3308c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@
.baseSpeed = 90, \ .baseSpeed = 90, \
.baseSpAttack = 50, \ .baseSpAttack = 50, \
PIKACHU_BASE_DEFENSES, \ PIKACHU_BASE_DEFENSES, \
.type1 = TYPE_ELECTRIC, \
.type2 = TYPE_ELECTRIC, \
.catchRate = 190, \ .catchRate = 190, \
.expYield = 112, \ .expYield = 112, \
.evYield_Speed = 2, \ .evYield_Speed = 2, \