forked from External/mage
[refactoring][minor] Replaced all tabs with four spaces.
This commit is contained in:
parent
e646e4768d
commit
239a4fb100
2891 changed files with 79411 additions and 79411 deletions
|
|
@ -41,27 +41,27 @@ import mage.target.targetpointer.FixedTarget;
|
|||
public class SacrificeControllerEffect extends SacrificeEffect {
|
||||
|
||||
|
||||
public SacrificeControllerEffect ( FilterPermanent filter, DynamicValue count, String preText ) {
|
||||
super(filter, count, preText);
|
||||
}
|
||||
public SacrificeControllerEffect ( FilterPermanent filter, DynamicValue count, String preText ) {
|
||||
super(filter, count, preText);
|
||||
}
|
||||
|
||||
public SacrificeControllerEffect ( FilterPermanent filter, int count, String preText ) {
|
||||
this(filter, new StaticValue(count), preText);
|
||||
}
|
||||
|
||||
public SacrificeControllerEffect (final SacrificeControllerEffect effect ) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
public SacrificeControllerEffect (final SacrificeControllerEffect effect ) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
this.targetPointer = new FixedTarget(source.getControllerId());
|
||||
return super.apply(game, source);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public SacrificeControllerEffect copy() {
|
||||
return new SacrificeControllerEffect(this);
|
||||
}
|
||||
@Override
|
||||
public SacrificeControllerEffect copy() {
|
||||
return new SacrificeControllerEffect(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue