mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Clear the Mind always shuffling the controller's graveyard back
This commit is contained in:
parent
a73bba8d46
commit
2e8f3d6aad
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ClearTheMindEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Player player = game.getPlayer(source.getControllerId());
|
||||
Player player = game.getPlayer(source.getFirstTarget());
|
||||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue