mirror of
https://github.com/correl/mage.git
synced 2025-02-18 12:54:22 +00:00
[ZNR] Partial fix for Yasharn, Implacable Earth for #9650.
This commit is contained in:
parent
9ea62a1862
commit
afbe426806
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class YasharnImplacableEarthEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (event.getType() == GameEvent.EventType.ACTIVATE_ABILITY || permanent == null) {
|
||||
if (event.getType() == GameEvent.EventType.ACTIVATE_ABILITY && permanent == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue