mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed Rolling Temblor.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
Name:Rolling Temblor
|
||||
ManaCost:2 R
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$ DamageAll | Cost$ 2 R | ValidCards$ Creature.withoutFlying | ValidPlayers$ Each | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to each creature without flying.
|
||||
A:SP$ DamageAll | Cost$ 4 R R | ValidCards$ Creature.withoutFlying | ValidPlayers$ Each | NumDmg$ 2 | Flashback$ True | CostDesc$ Flashback 4 R R | SpellDescription$ (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rolling_temblor.jpg
|
||||
SetInfo:ISD|Uncommon|http://magiccards.info/scans/en/isd/161.jpg
|
||||
Oracle:Rolling Temblor deals 2 damage to each creature without flying.\nFlashback {4}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
Name:Rolling Temblor
|
||||
ManaCost:2 R
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$ DamageAll | Cost$ 2 R | ValidCards$ Creature.withoutFlying | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to each creature without flying.
|
||||
A:SP$ DamageAll | Cost$ 4 R R | ValidCards$ Creature.withoutFlying | NumDmg$ 2 | Flashback$ True | CostDesc$ Flashback 4 R R | SpellDescription$ (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rolling_temblor.jpg
|
||||
SetInfo:ISD|Uncommon|http://magiccards.info/scans/en/isd/161.jpg
|
||||
Oracle:Rolling Temblor deals 2 damage to each creature without flying.\nFlashback {4}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
End
|
||||
@@ -339,7 +339,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
|
||||
public final void moveTrigger(final Trigger t) {
|
||||
t.setHostCard(this);
|
||||
triggers.add(t);
|
||||
if(!triggers.contains(t))
|
||||
triggers.add(t);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user