mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Fixed Multikicker freezing the game.
This commit is contained in:
@@ -332,7 +332,7 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
||||
hasPaid = activating.getController().payManaOptional(sp.getSourceCard(), costMultikicker, prompt, ManaPaymentPurpose.Multikicker);
|
||||
if( hasPaid )
|
||||
sp.getSourceCard().addMultiKickerMagnitude(1);
|
||||
} while( !hasPaid );
|
||||
} while( hasPaid );
|
||||
}
|
||||
|
||||
// The ability is added to stack HERE
|
||||
|
||||
Reference in New Issue
Block a user