[YMID] fixed wrong PT for Obsessive Collector and Tireless Angler

This commit is contained in:
Oleg Agafonov 2023-03-20 23:05:36 +04:00
parent ce06ed62b0
commit 9a1d3a892c
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ public final class ObsessiveCollector extends CardImpl {
this.subtype.add(SubType.SPIRIT);
this.power = new MageInt(4);
this.toughness = new MageInt(3);
this.toughness = new MageInt(4);
// Flying
this.addAbility(FlyingAbility.getInstance());

View file

@ -52,7 +52,7 @@ public final class TirelessAngler extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.ROGUE);
this.power = new MageInt(1);
this.power = new MageInt(2);
this.toughness = new MageInt(4);
// Whenever an Island or Swamp enters the battlefield under your control, draft a card from Tireless Angler's spellbook.