mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
CreateTokenEffect already adds the article
don't want to end up with "a a 3/3 colorless Golem" and also fixed fix tapped token rules text, which has changed
This commit is contained in:
parent
296e0a9a49
commit
813c8cdd8a
79 changed files with 142 additions and 148 deletions
|
|
@ -19,7 +19,7 @@ public class SorinLordOfInnistradTest extends CardTestPlayerBase {
|
|||
public void testCard() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Sorin, Lord of Innistrad");
|
||||
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Create a a 1/1 black Vampire creature token with lifelink.");
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Create a 1/1 black Vampire creature token with lifelink.");
|
||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue