This commit is contained in:
Zzooouhh 2017-10-31 16:51:14 +01:00 committed by GitHub
parent 56c1e4ff7a
commit 67c1f04cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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