mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
* 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:
parent
b368e3661c
commit
aad8ad0871
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue