clean up some outdated discard code.

This commit is contained in:
jendave
2011-08-06 14:01:46 +00:00
parent 65777c1744
commit c0f699e025
6 changed files with 6 additions and 48 deletions

View File

@@ -3926,12 +3926,6 @@ public class CardFactory_Creatures {
public void resolve() {
int discard = ((Integer) countZubera.execute()).intValue();
getTargetPlayer().discard(discard, this, false);
//if(AllZone.HumanPlayer.equals(getTargetPlayer())) AllZone.InputControl.setInput(CardFactoryUtil.input_discard(discard, this));
//else {
// for(int i = 0; i < discard; i++)
// AllZone.GameAction.discardRandom(AllZone.ComputerPlayer, this);
//}
}//resolve()
};//SpellAbility