more fixes

This commit is contained in:
BetaSteward 2010-11-13 04:41:30 +00:00
parent c61881e5df
commit 58c4ae1f38
12 changed files with 43 additions and 29 deletions

View file

@ -94,7 +94,7 @@ public class CantTargetControlledEffect extends ReplacementEffectImpl<CantTarget
if (filterSource == null)
return true;
else {
StackObject sourceObject = game.getStack().getStackObject(source.getSourceId());
StackObject sourceObject = game.getStack().getStackObject(event.getSourceId());
if (sourceObject != null && filterSource.match(sourceObject)) {
return true;
}