forked from External/mage
Change all line endings to LF
This commit is contained in:
parent
13d9a56b7a
commit
430ae503c7
17069 changed files with 1263498 additions and 1263497 deletions
|
|
@ -1,32 +1,32 @@
|
|||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
package mage.abilities.common;
|
||||
|
||||
import mage.abilities.effects.common.combat.CanBlockOnlyFlyingEffect;
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.Zone;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
|
||||
public class CanBlockOnlyFlyingAbility extends SimpleStaticAbility {
|
||||
|
||||
public CanBlockOnlyFlyingAbility() {
|
||||
super(Zone.BATTLEFIELD, new CanBlockOnlyFlyingEffect(Duration.WhileOnBattlefield));
|
||||
}
|
||||
|
||||
private CanBlockOnlyFlyingAbility(CanBlockOnlyFlyingAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CanBlockOnlyFlyingAbility copy() {
|
||||
return new CanBlockOnlyFlyingAbility(this);
|
||||
}
|
||||
}
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
package mage.abilities.common;
|
||||
|
||||
import mage.abilities.effects.common.combat.CanBlockOnlyFlyingEffect;
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.Zone;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
|
||||
public class CanBlockOnlyFlyingAbility extends SimpleStaticAbility {
|
||||
|
||||
public CanBlockOnlyFlyingAbility() {
|
||||
super(Zone.BATTLEFIELD, new CanBlockOnlyFlyingEffect(Duration.WhileOnBattlefield));
|
||||
}
|
||||
|
||||
private CanBlockOnlyFlyingAbility(CanBlockOnlyFlyingAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CanBlockOnlyFlyingAbility copy() {
|
||||
return new CanBlockOnlyFlyingAbility(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue