fixed Clear the Mind always shuffling the controller's graveyard back

This commit is contained in:
Evan Kranzler 2019-01-14 20:35:46 -05:00
parent a73bba8d46
commit 2e8f3d6aad

View file

@ -58,7 +58,7 @@ class ClearTheMindEffect 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.getFirstTarget());
if (player == null) { if (player == null) {
return false; return false;
} }