mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed Silvergill Adept additional cost
This commit is contained in:
parent
afb5162e6a
commit
e96c47728b
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ class SilvergillAdeptCost extends CostImpl<SilvergillAdeptCost> {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
if (player.playMana(mana, game)) {
|
||||
mana.clearPaid();
|
||||
if (mana.pay(ability, game, player.getId(), player.getId(), false)) {
|
||||
paid = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue