- Added a TributeAILogic for Oracle of Bones.

This commit is contained in:
Sloth
2014-04-14 11:21:01 +00:00
parent d7aae2e285
commit 82aad02edb
2 changed files with 3 additions and 2 deletions

View File

@@ -428,6 +428,8 @@ public class CountersPutAi extends SpellAbilityAi {
}
} else if (logic.equals("DontControlCreatures")) {
return !creats.isEmpty();
} else if (logic.equals("OppHasCardsInHand")) {
return !player.getOpponent().getCardsIn(ZoneType.Hand).isEmpty();
}
}
}