mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix Grim Haruspex plus some cleanup.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user