mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
clean up
This commit is contained in:
parent
62748c511b
commit
5ad77e8a88
1 changed files with 0 additions and 20 deletions
|
@ -73,26 +73,6 @@ public class DesolationAngel extends CardImpl<DesolationAngel> {
|
|||
}
|
||||
}
|
||||
|
||||
class DesolationAngelDummyEffect extends OneShotEffect<DesolationAngelDummyEffect> {
|
||||
DesolationAngelDummyEffect() {
|
||||
super(Constants.Outcome.Benefit);
|
||||
}
|
||||
|
||||
DesolationAngelDummyEffect(final DesolationAngelDummyEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public DesolationAngelDummyEffect copy() {
|
||||
return new DesolationAngelDummyEffect(this);
|
||||
}
|
||||
}
|
||||
|
||||
class DesolationAngelEntersBattlefieldEffect extends OneShotEffect<DesolationAngelEntersBattlefieldEffect> {
|
||||
DesolationAngelEntersBattlefieldEffect() {
|
||||
super(Constants.Outcome.DestroyPermanent);
|
||||
|
|
Loading…
Reference in a new issue