mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 03:09:53 -08:00
* Fixed target change handling (e.g. with opponent filter - fixes #574). Added some tests.
This commit is contained in:
parent
af1892a6e7
commit
1b690e5c8c
22 changed files with 531 additions and 484 deletions
|
|
@ -1074,6 +1074,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTargetDescription(Targets targets, Game game) {
|
||||
return getTargetDescriptionForLog(targets, game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue