mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-19 16:18:32 +01:00
[Sprite] Implement female Pyroar icon (#2682)
This commit is contained in:
parent
d4856c34f1
commit
51a107f1cf
@ -319,6 +319,7 @@ export abstract class PokemonSpeciesForm {
|
|||||||
case Species.UNFEZANT:
|
case Species.UNFEZANT:
|
||||||
case Species.FRILLISH:
|
case Species.FRILLISH:
|
||||||
case Species.JELLICENT:
|
case Species.JELLICENT:
|
||||||
|
case Species.PYROAR:
|
||||||
ret += female ? "-f" : "";
|
ret += female ? "-f" : "";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user