mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
HumanPlaySpellAbility: fixes setXManaCostPaid when cost doesn't has X
This commit is contained in:
@@ -262,7 +262,7 @@ public class HumanPlaySpellAbility {
|
|||||||
ability.setXManaCostPaid(value);
|
ability.setXManaCostPaid(value);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ability.setXManaCostPaid(0);
|
ability.setXManaCostPaid(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user