Skip to content

Commit 11854ac

Browse files
committed
Fixed Kantonian pikachu evolution.
1 parent 8d80019 commit 11854ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • common/src/main/resources/data/cobblemon/species/generation1

common/src/main/resources/data/cobblemon/species/generation1/pikachu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,15 +2009,15 @@
20092009
},
20102010
{
20112011
"variant": "biome",
2012-
"biomeAnticondition": "#minecraft:is_freezing"
2012+
"biomeAnticondition": "#cobblemon:is_freezing"
20132013
}
20142014
],
20152015
"requiredContext": "cobblemon:thunder_stone"
20162016
},
20172017
{
20182018
"id": "pikachu_raichu",
20192019
"variant": "item_interact",
2020-
"result": "raichu alolan=false",
2020+
"result": "raichu",
20212021
"consumeHeldItem": false,
20222022
"learnableMoves": [
20232023
"thunderpunch"

0 commit comments

Comments
 (0)