mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix that Koth of the Hammer could target only mountains you control
This commit is contained in:
parent
05a789cd8b
commit
50a02403a0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class KothOfTheHammer extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(new SubtypePredicate("Mountain"));
|
||||
filter.add(new ControllerPredicate(TargetController.YOU));
|
||||
|
||||
filterCount.add(new SubtypePredicate("Mountain"));
|
||||
filterCount.add(new ControllerPredicate(TargetController.YOU));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue