forked from External/mage
fixed Leadership Vacuum not working
This commit is contained in:
parent
df459172de
commit
70787df5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class LeadershipVacuumEffect 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…
Add table
Add a link
Reference in a new issue