Fixed Koth of the Hammer to make only controller's mountains the ability to deal damage.

This commit is contained in:
magenoxx 2011-08-16 11:09:54 +04:00
parent 9bb0172cb8
commit e8497f1760

View file

@ -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);
}