forked from External/mage
Minor fix
This commit is contained in:
parent
050a70b7db
commit
988076b93c
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class AutumnWillowEffect extends AsThoughEffectImpl {
|
|||
if (affectedControllerId.equals(source.getFirstTarget())) {
|
||||
Permanent creature = game.getPermanent(sourceId);
|
||||
if (creature != null) {
|
||||
if (sourceId == source.getSourceId()) {
|
||||
if (sourceId.equals(source.getSourceId())) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue