- Added Defined Utility function in AF and added it in a handful of AFs

- Improved organization in AF_AlterLife
- Bugfix for Death Cloud locking down InputControl when used as a finisher by converting to AFs
- Added Small Pox
- Added initial functionality that will allow Inputs to occur during Resolution of a SpellAbility
This commit is contained in:
jendave
2011-08-06 12:56:27 +00:00
parent 5b27374c5d
commit 95424e61e8
25 changed files with 492 additions and 460 deletions

View File

@@ -4845,7 +4845,7 @@ public class CardFactory_Creatures {
@Override
public void resolve() {
int discard = ((Integer) countZubera.execute()).intValue();
getTargetPlayer().discard(discard, this);
getTargetPlayer().discard(discard, this, false);
//if(AllZone.HumanPlayer.equals(getTargetPlayer())) AllZone.InputControl.setInput(CardFactoryUtil.input_discard(discard, this));
//else {