mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[LRW] fixed Vigor applying to opponent's creatures
This commit is contained in:
parent
9567b19b01
commit
852aa562d2
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class VigorReplacementEffect extends ReplacementEffectImpl {
|
|||
Permanent permanent = game.getPermanent(event.getTargetId());
|
||||
return permanent != null
|
||||
&& permanent.isCreature()
|
||||
&& permanent.isControlledBy(source.getControllerId())
|
||||
&& !event.getTargetId().equals(source.getSourceId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue