Added Vintage Cube June 2016 to the cube menu. Fixed that Permeating Mass did not use LKI for creating the copy.

This commit is contained in:
fireshoes 2016-07-22 11:52:04 -05:00
parent 0c7c6d57c3
commit 99dbdef5ce
3 changed files with 3 additions and 1 deletions

View file

@ -86,7 +86,7 @@ class PermeatingMassEffect extends OneShotEffect {
@Override
public boolean apply(Game game, Ability ability) {
Permanent copyTo = game.getPermanent(getTargetPointer().getFirst(game, ability));
Permanent copyTo = game.getPermanentOrLKIBattlefield(getTargetPointer().getFirst(game, ability));
if (copyTo != null) {
Permanent copyFrom = game.getPermanent(ability.getSourceId());
if (copyFrom != null) {