Fix Grim Haruspex plus some cleanup.

This commit is contained in:
elcnesh
2015-01-27 14:29:31 +00:00
parent f9b473c8fd
commit 28a92e34df
3 changed files with 4 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ public class PumpEffect extends SpellAbilityEffect {
@Override
public void resolve(final SpellAbility sa) {
final ArrayList<Card> untargetedCards = new ArrayList<Card>();
final List<Card> untargetedCards = new ArrayList<Card>();
final TargetRestrictions tgt = sa.getTargetRestrictions();
final Game game = sa.getActivatingPlayer().getGame();
final Card host = sa.getHostCard();

View File

@@ -2,6 +2,6 @@ Name:Ali Baba
ManaCost:R
Types:Creature Human Rogue
PT:1/1
A:AB$ Tap | Cost$ R | ValidTgts$ Wall | TgtPrompt$ Select target wall | SpellDescription$ Tap target wall.
A:AB$ Tap | Cost$ R | ValidTgts$ Wall | TgtPrompt$ Select target Wall | SpellDescription$ Tap target Wall.
SVar:Picture:http://www.wizards.com/global/images/magic/general/ali_baba.jpg
Oracle:{R}: Tap target Wall.

View File

@@ -3,7 +3,7 @@ ManaCost:2 B
Types:Creature Human Wizard
PT:3/2
K:Morph:B
T:Mode$ ChangesZone | ValidCard$ Creature.nonToken+Other+YouCtrl | Origin$ Battlefield | Destination$ Graveyard | OptionalDecider$ You | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ Whenever another nontoken creature you control dies, draw a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 1
T:Mode$ ChangesZone | ValidCard$ Creature.nonToken+Other+YouCtrl | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ Whenever another nontoken creature you control dies, draw a card.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/grim_haruspex.jpg
Oracle:Morph {B} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)\nWhenever another nontoken creature you control dies, draw a card.