mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
fixed Hatchery Spider not working correctly
This commit is contained in:
parent
456f5d249b
commit
256da560eb
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class HatcherySpiderEffect extends OneShotEffect {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
Player player = game.getPlayer(source.getFirstTarget());
|
Player player = game.getPlayer(source.getControllerId());
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue