Sin Ponder AI: fixed )

This commit is contained in:
Hanmac
2016-04-29 16:48:25 +00:00
parent 7b94b26f3f
commit 6452d02471

View File

@@ -125,10 +125,11 @@ public class ChooseGenericEffectAi extends SpellAbilityAi {
}
// milling against Tamiyo is pointless
if (owner.isCardInCommand("Tamiyo, the Moon Sage emblem"))) {
if (owner.isCardInCommand("Tamiyo, the Moon Sage emblem")) {
return allow;
}
// milling a land against Gitrog result in card draw
if (imprinted.isLand() && owner.isCardInPlay("The Gitrog Monster")) {
// try to mill owner
if (owner.getCardsIn(ZoneType.Library).size() < 5) {