* Not targeted selections - Fixed a but where not targeted selections did trigger the target events (e.g. Kira, Great Glass-Spinner counter ability was triggered by taping creatures for convoke ability).

This commit is contained in:
LevelX2 2014-07-14 14:19:18 +02:00
parent b368e3661c
commit aad8ad0871
3 changed files with 4 additions and 4 deletions

View file

@ -219,7 +219,7 @@ public abstract class TargetImpl implements Target {
@Override
public void addTarget(UUID id, Ability source, Game game) {
addTarget(id, source, game, false);
addTarget(id, source, game, notTarget);
}
@Override