mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Removed a redundant comment in ComputerUtilCost.
This commit is contained in:
@@ -429,7 +429,7 @@ public class ComputerUtilCost {
|
|||||||
boolean willPlay = ComputerUtil.hasReasonToPlayCardThisTurn(payer, c);
|
boolean willPlay = ComputerUtil.hasReasonToPlayCardThisTurn(payer, c);
|
||||||
// try to determine if the mana shards provided by the lands would be applicable to pay the mana cost
|
// try to determine if the mana shards provided by the lands would be applicable to pay the mana cost
|
||||||
boolean canPay = c.getManaCost().canBePaidWithAvaliable(ColorSet.fromNames(getAvailableManaColors(payer, source)).getColor());
|
boolean canPay = c.getManaCost().canBePaidWithAvaliable(ColorSet.fromNames(getAvailableManaColors(payer, source)).getColor());
|
||||||
// try to determine that there is a valid target for a spell (very basic, consider expanding)
|
|
||||||
if (canPay && willPlay) {
|
if (canPay && willPlay) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user