mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
* MIracle - Fixed a problem with miracle casting costs.
This commit is contained in:
parent
170ad083c7
commit
d9ede35857
2 changed files with 49 additions and 49 deletions
|
|
@ -40,15 +40,14 @@ import mage.game.permanent.token.AngelToken;
|
|||
/**
|
||||
*
|
||||
* @author noxx
|
||||
|
||||
*
|
||||
*/
|
||||
public class EntreatTheAngels extends CardImpl {
|
||||
|
||||
public EntreatTheAngels(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{X}{X}{W}{W}{W}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{X}{X}{W}{W}{W}");
|
||||
|
||||
|
||||
// create X 4/4 white Angel creature tokens with flying.
|
||||
// Create X 4/4 white Angel creature tokens with flying.
|
||||
this.getSpellAbility().addEffect(new CreateTokenEffect(new AngelToken(), new ManacostVariableValue()));
|
||||
|
||||
// Miracle {X}{W}{W}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue