- Fixed a comment.

This commit is contained in:
Agetian
2017-08-24 17:45:01 +00:00
parent 5328e443db
commit f83e03e775

View File

@@ -224,7 +224,7 @@ public class ComputerUtilMana {
&& ai.getController().isAI()
&& ma.getPayCosts().hasTapCost()
&& 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)
continue;
}