[LCI] Implement Miner's Guidewing

This commit is contained in:
theelk801 2023-10-24 23:04:34 -04:00
parent f665cdfb70
commit e52e5e59c4
3 changed files with 50 additions and 2 deletions

View file

@ -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);
}
}