mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
[MH2] fixed Grist, the Hunger Tide not creating tokens
This commit is contained in:
parent
f84805d487
commit
2a367b7c13
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class GristTheHungerTideTokenEffect extends OneShotEffect {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
Player player = game.getPlayer(source.getSourceId());
|
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