mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- 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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user