mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
[OTJ] Implement Cunning Coyote
This commit is contained in:
parent
f79435ca76
commit
4df99b528f
3 changed files with 56 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ public enum SubType {
|
|||
CONSTRUCT("Construct", SubTypeSet.CreatureType),
|
||||
COW("Cow", SubTypeSet.CreatureType, true), // Unglued
|
||||
COWARD("Coward", SubTypeSet.CreatureType),
|
||||
COYOTE("Coyote", SubTypeSet.CreatureType),
|
||||
CRAB("Crab", SubTypeSet.CreatureType),
|
||||
CROCODILE("Crocodile", SubTypeSet.CreatureType),
|
||||
CROLUTE("Crolute", SubTypeSet.CreatureType, true), // Star Wars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue