- AI will now accept PeekAndReveal triggers for cards like Wolf-Skull Shaman (since this is important for the Spock quest deck)

This commit is contained in:
Sol
2013-03-31 15:28:29 +00:00
parent 336084ec33
commit 0c62ffa4ce

View File

@@ -17,7 +17,7 @@ public class PeekAndRevealAi extends SpellAbilityAi {
protected boolean canPlayAI(AIPlayer aiPlayer, SpellAbility sa) {
// So far this only appears on Triggers, but will expand
// once things get converted from Dig + NoMove
return false;
return true;
}
}