mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Some fixes to "Remove license headers" (#4998).
This commit is contained in:
parent
c4212a0d9e
commit
b17858d910
24 changed files with 219 additions and 272 deletions
|
|
@ -1,5 +1,3 @@
|
|||
/*
|
||||
|
||||
package org.mage.test.cards.abilities.enters;
|
||||
|
||||
import mage.constants.PhaseStep;
|
||||
|
|
@ -17,8 +15,7 @@ public class ValakutTheMoltenPinnacleTest extends CardTestPlayerBase {
|
|||
* Valakut, the Molten Pinnacle Land Valakut, the Molten Pinnacle enters the
|
||||
* battlefield tapped. Whenever a Mountain enters the battlefield under your
|
||||
* control, if you control at least five other Mountains, you may have
|
||||
* Valakut, the Molten Pinnacle deal 3 damage to any target.
|
||||
* {T}: Add {R}.
|
||||
* Valakut, the Molten Pinnacle deal 3 damage to any target. {T}: Add {R}.
|
||||
*/
|
||||
@Test
|
||||
public void onlyFourMountainsNoDamage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue