mirror of
https://github.com/correl/mage.git
synced 2025-03-13 01:09:53 -09:00
- Fixed cost of Breathstealer's Crypt
This commit is contained in:
parent
d46919563f
commit
391e0bac89
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ import mage.players.Player;
|
||||||
public class BreathstealersCrypt extends CardImpl {
|
public class BreathstealersCrypt extends CardImpl {
|
||||||
|
|
||||||
public BreathstealersCrypt(UUID ownerId, CardSetInfo setInfo) {
|
public BreathstealersCrypt(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{1}");
|
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{2}{U}{B}");
|
||||||
|
|
||||||
// If a player would draw a card, instead he or she draws a card and reveals it. If it's a creature card, that player discards it unless he or she pays 3 life.
|
// If a player would draw a card, instead he or she draws a card and reveals it. If it's a creature card, that player discards it unless he or she pays 3 life.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BreathstealersCryptEffect()));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BreathstealersCryptEffect()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue