mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'reset' into 'master'
Clear manaPaid before Targeting See merge request core-developers/forge!5203
This commit is contained in:
@@ -155,7 +155,6 @@ public class CostPartMana extends CostPart {
|
||||
|
||||
@Override
|
||||
public boolean payAsDecided(Player payer, PaymentDecision pd, SpellAbility sa) {
|
||||
// TODO Auto-generated method stub
|
||||
sa.clearManaPaid();
|
||||
|
||||
// decision not used here, the whole payment is interactive!
|
||||
|
||||
Reference in New Issue
Block a user