forked from External/mage
[LCI] Implement Miner's Guidewing
This commit is contained in:
parent
f665cdfb70
commit
e52e5e59c4
3 changed files with 50 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.effects.keyword;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
|
|
@ -33,5 +32,4 @@ public class ExploreTargetEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
return ExploreSourceEffect.explorePermanent(game, getTargetPointer().getFirst(game, source), source);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue