Reenabled Mage Verify, reverted Ripscale Predator to lizard (for now)

This commit is contained in:
Evan Kranzler 2017-10-04 12:13:22 -04:00
parent 8333852025
commit 0ebe09d468
2 changed files with 1 additions and 3 deletions

View file

@ -43,7 +43,7 @@ public class RipscalePredator extends CardImpl {
public RipscalePredator(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{4}{R}{R}");
this.subtype.add(SubType.DINOSAUR);
this.subtype.add(SubType.LIZARD);
this.power = new MageInt(6);
this.toughness = new MageInt(5);