This commit is contained in:
Alex W. Jackson 2022-08-14 12:35:40 -04:00
parent 89466d0f8f
commit f683ce74d6

View file

@ -57,7 +57,7 @@ class GeistwaveEffect extends OneShotEffect {
@Override @Override
public boolean apply(Game game, Ability source) { public boolean apply(Game game, Ability source) {
Player player = game.getPlayer(source.getControllerId()); Player player = game.getPlayer(source.getControllerId());
Permanent permanent = game.getPermanent(source.getControllerId()); Permanent permanent = game.getPermanent(targetPointer.getFirst(game, source));
if (player == null || permanent == null) { if (player == null || permanent == null) {
return false; return false;
} }