1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-02-18 03:00:15 +00:00

[ZNR] Partial fix for Yasharn, Implacable Earth for .

This commit is contained in:
Alex Vasile 2022-10-29 22:33:23 -04:00
parent 9ea62a1862
commit afbe426806

View file

@ -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;
}