mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
- little fixes. #5625
This commit is contained in:
parent
3fb18b334d
commit
c784753ee6
2 changed files with 6 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ import mage.players.Player;
|
|||
public class MayTapOrUntapTargetEffect extends OneShotEffect {
|
||||
|
||||
public MayTapOrUntapTargetEffect() {
|
||||
super(Outcome.Benefit);
|
||||
super(Outcome.AIDontUseIt);
|
||||
}
|
||||
|
||||
public MayTapOrUntapTargetEffect(final MayTapOrUntapTargetEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue