[DSK] Implement Patched Plaything

This commit is contained in:
theelk801 2024-09-02 11:26:25 -04:00
parent 66b5da1377
commit fd8b0d1f99
3 changed files with 50 additions and 0 deletions

View file

@ -397,6 +397,7 @@ public enum SubType {
THRULL("Thrull", SubTypeSet.CreatureType),
TIEFLING("Tiefling", SubTypeSet.CreatureType),
TIME_LORD("Time Lord", SubTypeSet.CreatureType),
TOY("Toy", SubTypeSet.CreatureType),
TRANDOSHAN("Trandoshan", SubTypeSet.CreatureType, true), // Star Wars
TREEFOLK("Treefolk", SubTypeSet.CreatureType),
TRILOBITE("Trilobite", SubTypeSet.CreatureType),