mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed paying mana with Elvish Spirit Guide.
This commit is contained in:
@@ -49,7 +49,7 @@ public abstract class InputPayMana extends InputSyncronizedBase {
|
||||
|
||||
@Override
|
||||
protected void onCardSelected(Card card, boolean isRmb) {
|
||||
if (card.getManaAbility().isEmpty() || card.isInZone(ZoneType.Hand)) {
|
||||
if (card.getManaAbility().isEmpty()) {
|
||||
flashIncorrectAction();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user