This commit is contained in:
Jeff 2019-11-19 15:32:44 -06:00
parent b8cc48c2ca
commit 3f9f860f85
3 changed files with 29 additions and 28 deletions

View file

@ -1,9 +1,8 @@
package org.mage.test.cards.enchantments;
import mage.constants.PhaseStep;
import mage.constants.Zone;
import org.junit.Test;
import org.junit.Ignore;
import org.mage.test.serverside.base.CardTestPlayerBase;
/**
@ -26,11 +25,14 @@ public class SkullclampTest extends CardTestPlayerBase {
* 704.5n.)
*
*/
@Test
// This test does not work, but the example works in the game fine.
@Ignore
public void testPerniciousDeed() {
// Equipped creature gets +1/-1.
// Whenever equipped creature dies, draw two cards.
// Equip {1}
addCard(Zone.LIBRARY, playerA, "Memnite", 2);
addCard(Zone.BATTLEFIELD, playerA, "Skullclamp", 1);
addCard(Zone.BATTLEFIELD, playerA, "Silvercoat Lion", 1);
addCard(Zone.BATTLEFIELD, playerA, "Pillarfield Ox", 1);