1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 01:01:05 -09:00

fixed Hatchery Spider not working correctly

This commit is contained in:
Evan Kranzler 2018-09-23 08:59:36 -04:00
parent 456f5d249b
commit 256da560eb

View file

@ -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;
} }