[MH2] fixed Grist, the Hunger Tide not creating tokens

This commit is contained in:
Evan Kranzler 2021-07-14 20:50:14 -04:00 committed by GitHub
parent f84805d487
commit 2a367b7c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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