mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Lurking Predators - Some minor rework.
This commit is contained in:
parent
9856c48688
commit
c06e86cd2f
2 changed files with 17 additions and 17 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue