mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Turned the ability of Quagnoth into a proper triggered ability.
This commit is contained in:
@@ -3,9 +3,10 @@ ManaCost:5 G
|
||||
Types:Creature Beast
|
||||
Text:no text
|
||||
PT:4/5
|
||||
K:If a spell or ability an opponent controls causes you to discard CARDNAME, return it to your hand.
|
||||
K:Split second
|
||||
K:Shroud
|
||||
T:Mode$ Discarded | ValidCard$ Card.Self | ValidCause$ Card.YouDontCtrl | Execute$ TrigReturn | TriggerDescription$ When a spell or ability an opponent controls causes you to discard CARDNAME, return it to your hand.
|
||||
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/quagnoth.jpg
|
||||
SetInfo:FUT|Rare|http://magiccards.info/scans/en/fut/150.jpg
|
||||
|
||||
@@ -1395,8 +1395,6 @@ public abstract class Player extends GameEntity {
|
||||
+ "counters on it instead of putting it into your graveyard."))
|
||||
&& null != sa && !c.getController().equals(sa.getSourceCard().getController())) {
|
||||
AllZone.getGameAction().discardPutIntoPlayInstead(c);
|
||||
} else if (c.hasKeyword("If a spell or ability an opponent controls "
|
||||
+ "causes you to discard CARDNAME, return it to your hand.")) {
|
||||
} else {
|
||||
AllZone.getGameAction().moveToGraveyard(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user