fixed Smothering Tithe not creating tokens

This commit is contained in:
Evan Kranzler 2019-01-14 20:29:12 -05:00
parent b98bddb600
commit a73bba8d46

View file

@ -60,7 +60,7 @@ class SmotheringTitheEffect 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(targetPointer.getFirst(game, source));
if (player == null) { if (player == null) {
return false; return false;
} }