forked from External/mage
fixed Rayami, First of the Fallen not applying its replacement effect (fixes #5964)
This commit is contained in:
parent
65fee9df99
commit
749b117f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -144,6 +144,6 @@ class RayamiFirstOfTheFallenReplacementEffect extends ReplacementEffectImpl {
|
|||
ZoneChangeEvent zce = (ZoneChangeEvent) event;
|
||||
return zce.isDiesEvent()
|
||||
&& zce.getTarget().isCreature()
|
||||
&& zce.getTarget() instanceof PermanentToken;
|
||||
&& !(zce.getTarget() instanceof PermanentToken);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue