mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
fix for endreksahr
This commit is contained in:
parent
0920c6dcad
commit
58b7148de9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public class ControlsPermanentsControllerTriggeredAbility extends StateTriggered
|
|||
@Override
|
||||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
int inputValue = game.getBattlefield().countAll(filter, getControllerId(), game);
|
||||
return ComparisonType.compare(value, type, inputValue);
|
||||
return ComparisonType.compare(inputValue, type, value);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue