mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Better fix for Kethis
This commit is contained in:
@@ -2,8 +2,7 @@ Name:Kethis, the Hidden Hand
|
||||
ManaCost:W B G
|
||||
Types:Legendary Creature Elf Advisor
|
||||
PT:3/4
|
||||
S:Mode$ ReduceCost | ValidCard$ Legendary | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Legendary spells you cast cost {1} less to cast.
|
||||
A:AB$ Effect | Cost$ ExileFromGrave<2/Card.Legendary/legendary card> | StaticAbilities$ Play | SpellDescription$ Until end of turn, each legendary card in your graveyard gains "You may play this card from your graveyard."
|
||||
SVar:Play:Mode$ Continuous | Affected$ Card.Legendary+YouOwn | AffectedZone$ Graveyard | MayPlay$ True | Description$ Until end of turn, each legendary card in your graveyard gains "You may play this card from your graveyard."
|
||||
A:AB$ Animate | Cost$ ExileFromGrave<2/Card.Legendary/legendary card> | staticAbilities$ Play | Defined$ ValidGraveyard Card.Legendary+YouOwn | SpellDescription$ Until end of turn, each legendary card in your graveyard gains "You may play this card from your graveyard."
|
||||
SVar:Play:Mode$ Continuous | Affected$ Card.Self | AffectedZone$ Graveyard | EffectZone$ Graveyard | MayPlay$ True | Description$ You may play this card from your graveyard.
|
||||
DeckHints:Type$Legendary
|
||||
Oracle:Legendary spells you cast cost {1} less to cast.\nExile two legendary cards from your graveyard: Until end of turn, each legendary card in your graveyard gains "You may play this card from your graveyard."
|
||||
|
||||
@@ -126,7 +126,6 @@ public class InputProxy implements Observer {
|
||||
|
||||
public final boolean selectCard(final CardView cardView, final List<CardView> otherCardViewsToSelect, final ITriggerEvent triggerEvent) {
|
||||
final Input inp = getInput();
|
||||
//System.out.println("Selectcard " +cardView + " input: " +inp);
|
||||
if (inp != null) {
|
||||
final Card card = getCard(cardView);
|
||||
if (card != null) {
|
||||
|
||||
Reference in New Issue
Block a user