- Fixed possible min>max bug caused by modular.

This commit is contained in:
Sloth
2013-06-11 08:35:41 +00:00
parent 4c7d8e2c64
commit a88db169fa

View File

@@ -3264,7 +3264,7 @@ public class CardFactoryUtil {
if (!aiChoices.isEmpty()) {
card2 = ComputerUtilCard.getBestCreatureAI(aiChoices);
}
} else {
} else if (!choices.isEmpty()){
InputSelectCards inp = new InputSelectCardsFromList(1, 1, choices);
inp.setCancelAllowed(true);
inp.setMessage("Select target artifact creature to give it +1/+1 counters from the dead " + card);