mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
update cards and effects that missed canPaySacrificeCost (#13916)
* update SacrificeAttachmentCost to work with canPaySacrificeCost * update SacrificeXTargetCost to use canPaySacrificeCost * update SacrificeXManaValueCost to use canPaySacrificeCost and getMaxValue * update Phyrexian Dreadnought to use canPaySacrificeCost * enable testNahiriSacrificePrevented test
This commit is contained in:
parent
366ffbb1e0
commit
47f2eb4c94
5 changed files with 73 additions and 5 deletions
|
|
@ -2,7 +2,6 @@ package org.mage.test.cards.single.one;
|
|||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
@ -41,7 +40,6 @@ public class NahirisSacrificeTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore // Enable after merging #13916
|
||||
public void testNahirisSacrificePrevented() {
|
||||
setStrictChooseMode(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue