Skip to content

Commit

Permalink
Seeds now treated as no item in their respective terrains
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Mar 16, 2024
1 parent ecc38a8 commit e80d094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calc/src/mechanics/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export function checkSeedBoost(pokemon: Pokemon, field: Field) {
: Math.min(6, pokemon.boosts.spd + 1);
}
}
pokemon.item = '' as ItemName;
}
}

Expand Down

0 comments on commit e80d094

Please sign in to comment.