Add batpony race

This commit is contained in:
Sollace 2018-08-22 23:35:40 +02:00
parent 5ecbc12b78
commit 804a25c255

View file

@ -14,6 +14,7 @@ public enum PonyRace implements ITriggerPixelMapped<PonyRace> {
REFORMED_CHANGELING(0xcaed5a, PlayerModels.ALICORN, true, true),
GRIFFIN(0xae9145, PlayerModels.PEGASUS, true, false),
HIPPOGRIFF(0xd6ddac, PlayerModels.PEGASUS, true, false),
BATPONY(0xdddddd, PlayerModels.PEGASUS, true, false),
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);
private boolean wings;