forked from External/mage
Some minor changes to framework classes.
This commit is contained in:
parent
a407ec6fd9
commit
d498df6a54
3 changed files with 23 additions and 1 deletions
|
|
@ -93,6 +93,9 @@ public class TargetSource extends TargetObject {
|
|||
else {
|
||||
addTarget(id, source, game, notTarget);
|
||||
}
|
||||
if (object != null) {
|
||||
game.informPlayers("Selected " + object.getLogName() + " as source");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue