Skip to content

Commit

Permalink
hotfix flora 3 (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainpolletvillard authored Apr 30, 2024
1 parent e58aac0 commit 43965f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/pokemon-entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ export class PokemonEntity extends Schema implements IPokemonEntity {
flowerSpawnName = Pkm.GLOOM
} else if (target.effects.has(Effect.VILE_FLOWER)) {
flowerSpawnName = Pkm.VILEPLUME
} else {
} else if (target.effects.has(Effect.SUN_FLOWER)) {
flowerSpawnName = Pkm.BELLOSSOM
}

Expand Down

0 comments on commit 43965f5

Please sign in to comment.