mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Add batpony race
This commit is contained in:
parent
5ecbc12b78
commit
804a25c255
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ public enum PonyRace implements ITriggerPixelMapped<PonyRace> {
|
||||||
REFORMED_CHANGELING(0xcaed5a, PlayerModels.ALICORN, true, true),
|
REFORMED_CHANGELING(0xcaed5a, PlayerModels.ALICORN, true, true),
|
||||||
GRIFFIN(0xae9145, PlayerModels.PEGASUS, true, false),
|
GRIFFIN(0xae9145, PlayerModels.PEGASUS, true, false),
|
||||||
HIPPOGRIFF(0xd6ddac, PlayerModels.PEGASUS, true, false),
|
HIPPOGRIFF(0xd6ddac, PlayerModels.PEGASUS, true, false),
|
||||||
|
BATPONY(0xdddddd, PlayerModels.PEGASUS, true, false),
|
||||||
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);
|
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);
|
||||||
|
|
||||||
private boolean wings;
|
private boolean wings;
|
||||||
|
|
Loading…
Reference in a new issue