mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Update ZhalfirinVoid.java
This commit is contained in:
parent
7ac7407f30
commit
98f2f9af95
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
* authors and should not be interpreted as representing official policies, either expressed
|
* authors and should not be interpreted as representing official policies, either expressed
|
||||||
* or implied, of BetaSteward_at_googlemail.com.
|
* or implied, of BetaSteward_at_googlemail.com.
|
||||||
*/
|
*/
|
||||||
package mage.cards.n;
|
package mage.cards.z;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
||||||
|
@ -41,7 +41,7 @@ import mage.constants.CardType;
|
||||||
*/
|
*/
|
||||||
public class ZhalfirinVoid extends CardImpl {
|
public class ZhalfirinVoid extends CardImpl {
|
||||||
|
|
||||||
public NewBenalia(UUID ownerId, CardSetInfo setInfo) {
|
public ZhalfirinVoid(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.LAND}, "");
|
super(ownerId, setInfo, new CardType[]{CardType.LAND}, "");
|
||||||
|
|
||||||
// When Zhalfirin Void enters the battlefield, scry 1.
|
// When Zhalfirin Void enters the battlefield, scry 1.
|
||||||
|
|
Loading…
Reference in a new issue