mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Added a meta-race for Kirins
This commit is contained in:
parent
b58099c1f8
commit
b3be7a0b18
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ public enum Race implements ITriggerPixelMapped<Race> {
|
||||||
CHANGEDLING (0x5aedca, CHANGELING),
|
CHANGEDLING (0x5aedca, CHANGELING),
|
||||||
GRIFFIN (0x4591ae, PEGASUS),
|
GRIFFIN (0x4591ae, PEGASUS),
|
||||||
HIPPOGRIFF (0xacddd6, PEGASUS),
|
HIPPOGRIFF (0xacddd6, PEGASUS),
|
||||||
|
KIRIN (0xaf88fa, UNICORN),
|
||||||
BATPONY (0xeeeeee, true, false),
|
BATPONY (0xeeeeee, true, false),
|
||||||
SEAPONY (0xdd5536, false, true);
|
SEAPONY (0xdd5536, false, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue