mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58: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())
|
||||
return false;
|
||||
}
|
||||
if (this.getAmountOfX() > 0 && !xWasBilled) {
|
||||
if( !ability.isAnnouncing("X") ) {
|
||||
if (this.getAmountOfX() > 0) {
|
||||
if( !ability.isAnnouncing("X") && !xWasBilled) {
|
||||
source.setXManaCostPaid(0);
|
||||
InputPayment inpPayment = new InputPayManaX(ability, this.getAmountOfX(), this.canXbe0());
|
||||
FThreads.setInputAndWait(inpPayment);
|
||||
|
||||
Reference in New Issue
Block a user