mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Fixed Champion Of Lambholt
This commit is contained in:
parent
559ba76906
commit
14dfe6e96f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class ChampionOfLambholtEffect extends RestrictionEffect<ChampionOfLambholtEffec
|
|||
Permanent sourcePermanent = game.getPermanent(source.getSourceId());
|
||||
if (sourcePermanent != null) {
|
||||
return attacker.getControllerId().equals(sourcePermanent.getControllerId())
|
||||
&& blocker.getPower().getValue() > attacker.getPower().getValue();
|
||||
&& blocker.getPower().getValue() >= attacker.getPower().getValue();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue