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:
Neil Gentleman 2016-07-15 22:17:13 -07:00
parent 296e0a9a49
commit 813c8cdd8a
79 changed files with 142 additions and 148 deletions

View file

@ -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();