mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Fixed Koth of the Hammer to make only controller's mountains the ability to deal damage.
This commit is contained in:
parent
9bb0172cb8
commit
e8497f1760
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ public class KothOfTheHammer extends CardImpl<KothOfTheHammer> {
|
|||
|
||||
static {
|
||||
filter.getSubtype().add("Mountain");
|
||||
filter.setTargetController(Constants.TargetController.YOU);
|
||||
filterCount.getSubtype().add("Mountain");
|
||||
filterCount.setTargetController(Constants.TargetController.YOU);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue