Change batpony race pixels to #eeeeee instead of #dddddd. Closes #99

This commit is contained in:
Sollace 2018-10-17 09:07:00 +02:00
parent 34071a46c6
commit a859ea5172
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,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.BATPONY, true, false),
BATPONY(0xeeeeee, PlayerModels.BATPONY, true, false),
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);
private boolean wings;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB