mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00: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