Fixed Silvergill Adept additional cost

This commit is contained in:
magenoxx 2012-08-23 17:02:41 +04:00
parent afb5162e6a
commit e96c47728b

View file

@ -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;
}
}