mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue