Skip to content

Commit

Permalink
Fix Mime galar and eviolite
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Jan 6, 2025
1 parent a20a46e commit 53f6533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/mods/gen9vgcgay/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ export const Abilities: import('../../../sim/dex-abilities').ModdedAbilityDataTa
},
gulpmissile: {
inherit: true,
shortDesc: "When hit after Surf/Dive and start, attacker takes 33% and -1 Def or Para",
shortDesc: "When hit after Surf/Dive and start, attacker takes 33% and -1 Def or Para.",
onSwitchIn(pokemon) {
if (
pokemon.hasAbility('gulpmissile') && pokemon.species.name === 'Cramorant'
Expand Down
10 changes: 5 additions & 5 deletions data/mods/gen9vgcgay/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1078,10 +1078,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
"1": "Filter",
"H": "Technician"
},
"inherit": true,
"evos": [
"Mr. Rime"
]
"inherit": true
},
"mrmimegalar": {
"types": [
Expand All @@ -1101,7 +1098,10 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
"1": "Screen Cleaner",
"H": "Ice Body"
},
"inherit": true
"inherit": true,
"evos": [
"Mr. Mime"
]
},
"jynx": {
"types": [
Expand Down

0 comments on commit 53f6533

Please sign in to comment.