forked from External/mage
Typo fix
This commit is contained in:
parent
56c1e4ff7a
commit
67c1f04cec
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class PaleWayfarerEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Permanent targetCreature = game.getPermanent(getTargetPointer().getFirst(game, source));
|
||||
if (targetCreature != null) {
|
||||
Player player = game.getPlayer(targetCreature.getControllerId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue