mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -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
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Player player = game.getPlayer(source.getSourceId());
|
||||
Player player = game.getPlayer(source.getControllerId());
|
||||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue