mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Modified selectButtonOK() to handle "Draw a card." instead of "Cantrip".
This commit is contained in:
@@ -19,7 +19,7 @@ public class Input_StackNotEmpty extends Input implements java.io.Serializable
|
|||||||
SpellAbility sa = AllZone.Stack.pop();
|
SpellAbility sa = AllZone.Stack.pop();
|
||||||
Card c = sa.getSourceCard();
|
Card c = sa.getSourceCard();
|
||||||
|
|
||||||
if (sa.getSourceCard().getKeyword().contains("Cantrip"))
|
if (sa.getSourceCard().getKeyword().contains("Draw a card."))
|
||||||
AllZone.GameAction.drawCard(sa.getSourceCard().getController());
|
AllZone.GameAction.drawCard(sa.getSourceCard().getController());
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user