* Lurking Predators - Some minor rework.

This commit is contained in:
LevelX2 2015-11-18 15:34:10 +01:00
parent 9856c48688
commit c06e86cd2f
2 changed files with 17 additions and 17 deletions

View file

@ -799,6 +799,7 @@ public class HumanPlayer extends PlayerImpl {
if (unpaid instanceof ManaCostsImpl) {
specialManaAction(unpaid, game);
// TODO: delve or convoke cards with PhyrexianManaCost won't work together (this combinaton does not exist yet)
@SuppressWarnings("unchecked")
ManaCostsImpl<ManaCost> costs = (ManaCostsImpl<ManaCost>) unpaid;
for (ManaCost cost : costs.getUnpaid()) {
if (cost instanceof PhyrexianManaCost) {