mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added a notification message to the case when not enough legal targets are left to tap during the cost payment that includes tapping a certain number of cards.
This commit is contained in:
@@ -1157,6 +1157,7 @@ public class HumanCostDecision extends CostDecisionMakerBase {
|
||||
}
|
||||
|
||||
if (c > typeList.size()) {
|
||||
controller.getGui().message("Not enough valid cards left to tap to pay the cost.", "Cost payment invalid");
|
||||
return null; // not enough targets anymore (e.g. Crackleburr + Smokebraider tapped to get mana)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user