mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[YMID] fixed wrong PT for Obsessive Collector and Tireless Angler
This commit is contained in:
parent
ce06ed62b0
commit
9a1d3a892c
2 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue