This commit is contained in:
Evan Kranzler 2017-08-13 22:35:41 -04:00
parent d6896984c1
commit 60d3fb62ba

View file

@ -90,7 +90,7 @@ class SpreadingPlagueEffect extends OneShotEffect {
@Override @Override
public boolean apply(Game game, Ability source) { public boolean apply(Game game, Ability source) {
Permanent creature = game.getPermanent(targetPointer.getFirst(game, source)); Permanent creature = game.getPermanentOrLKIBattlefield(targetPointer.getFirst(game, source));
if (creature != null) { if (creature != null) {
ObjectColor color = creature.getColor(game); ObjectColor color = creature.getColor(game);
for (Permanent permanent : game.getBattlefield().getActivePermanents(FILTER, source.getControllerId(), game)) { for (Permanent permanent : game.getBattlefield().getActivePermanents(FILTER, source.getControllerId(), game)) {