- Removed a superfluous comment.

This commit is contained in:
Agetian
2014-09-07 05:59:56 +00:00
parent e65adb6dff
commit 160d23f3d4

View File

@@ -1086,7 +1086,6 @@ public class AttachAi extends SpellAbilityAi {
} }
// Consider exceptional cases which break the normal evaluation rules // Consider exceptional cases which break the normal evaluation rules
// (e.g. do not waste Equipment on a creature that can neither attack nor block)
if (!isUsefulAttachAction(c, sa)) { if (!isUsefulAttachAction(c, sa)) {
return null; return null;
} }