mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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);
|
||||
}
|
||||
} else {
|
||||
ability.setXManaCostPaid(0);
|
||||
ability.setXManaCostPaid(null);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user