fixed an incorrect creature type

This commit is contained in:
Evan Kranzler 2020-09-05 22:21:33 -04:00
parent 6c60be5c85
commit f4e3c953fb

View file

@ -22,7 +22,7 @@ public final class RockslideSorcerer extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{R}"); super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{R}");
this.subtype.add(SubType.HUMAN); this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WARRIOR); this.subtype.add(SubType.WIZARD);
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);