mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix CometStellarPupTest ability text
This commit is contained in:
parent
c59f5fedbd
commit
bc365c25c9
1 changed files with 1 additions and 5 deletions
|
|
@ -27,11 +27,7 @@ public class CometStellarPupTest extends CardTestPlayerBase {
|
||||||
*/
|
*/
|
||||||
private final static String comet = "Comet, Stellar Pup";
|
private final static String comet = "Comet, Stellar Pup";
|
||||||
|
|
||||||
private final static String cometAbility = "0: Roll a six-sided die."
|
private final static String cometAbility = "0: Roll a six-sided die.";
|
||||||
+ "<br>1 or 2 — [+2], then create two 1/1 green Squirrel creature tokens. They gain haste until end of turn."
|
|
||||||
+ "<br>3 — [-1], then return a card with mana value 2 or less from your graveyard to your hand."
|
|
||||||
+ "<br>4 or 5 — {this} deals damage equal to the number of loyalty counters on him to a creature or player, then [-2]."
|
|
||||||
+ "<br>6 — [+1], and you may activate Comet, Stellar Pup's loyalty ability two more times this turn.";
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testRoll1() {
|
public void testRoll1() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue