mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Fixed #6047
This commit is contained in:
parent
b8cc48c2ca
commit
3f9f860f85
3 changed files with 29 additions and 28 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue