mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed a comment.
This commit is contained in:
@@ -224,7 +224,7 @@ public class ComputerUtilMana {
|
|||||||
&& ai.getController().isAI()
|
&& ai.getController().isAI()
|
||||||
&& ma.getPayCosts().hasTapCost()
|
&& ma.getPayCosts().hasTapCost()
|
||||||
&& sa.getTargets().getTargetCards().contains(ma.getHostCard())) {
|
&& sa.getTargets().getTargetCards().contains(ma.getHostCard())) {
|
||||||
// do not activate pump instants targeting creatures by tapping targeted
|
// do not activate pump instants/sorceries targeting creatures by tapping targeted
|
||||||
// creatures for mana (for example, Servant of the Conduit)
|
// creatures for mana (for example, Servant of the Conduit)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user