Added a meta-race for Kirins

This commit is contained in:
Sollace 2019-06-30 00:42:04 +02:00
parent b58099c1f8
commit b3be7a0b18

View file

@ -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);