mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Refactored subtypes to enum
This commit is contained in:
parent
e21f6aacde
commit
245bf2f2df
9131 changed files with 52127 additions and 44576 deletions
|
|
@ -50,7 +50,7 @@ public class DrakeUmbra extends CardImpl {
|
|||
|
||||
public DrakeUmbra(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.ENCHANTMENT},"{4}{U}");
|
||||
this.subtype.add("Aura");
|
||||
this.subtype.add(SubType.AURA);
|
||||
|
||||
|
||||
// Enchant creature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue