mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
and now a correct one!
This commit is contained in:
@@ -140,8 +140,8 @@ public class CostPartMana extends CostPart {
|
|||||||
if(!inpPayment.isPaid())
|
if(!inpPayment.isPaid())
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (this.getAmountOfX() > 0 && !xWasBilled) {
|
if (this.getAmountOfX() > 0) {
|
||||||
if( !ability.isAnnouncing("X") ) {
|
if( !ability.isAnnouncing("X") && !xWasBilled) {
|
||||||
source.setXManaCostPaid(0);
|
source.setXManaCostPaid(0);
|
||||||
InputPayment inpPayment = new InputPayManaX(ability, this.getAmountOfX(), this.canXbe0());
|
InputPayment inpPayment = new InputPayManaX(ability, this.getAmountOfX(), this.canXbe0());
|
||||||
FThreads.setInputAndWait(inpPayment);
|
FThreads.setInputAndWait(inpPayment);
|
||||||
|
|||||||
Reference in New Issue
Block a user