Texts update: to target creature or player => to any target

This commit is contained in:
Oleg Agafonov 2018-04-22 08:15:40 +04:00
parent 63e7358eb5
commit 23becf1775
64 changed files with 1236 additions and 1236 deletions

View file

@ -50,7 +50,7 @@ import mage.target.common.TargetAnyTarget;
* @author spjspj
*/
public class KothOfTheHammerEmblem extends Emblem {
// "Mountains you control have '{T}: This land deals 1 damage to target creature or player.'"
// "Mountains you control have '{T}: This land deals 1 damage to any target.'"
public KothOfTheHammerEmblem() {
this.setName("Emblem Koth");
@ -69,7 +69,7 @@ class KothOfTheHammerThirdEffect extends ContinuousEffectImpl {
public KothOfTheHammerThirdEffect() {
super(Duration.EndOfGame, Outcome.AddAbility);
staticText = "You get an emblem with \"Mountains you control have '{T}: This land deals 1 damage to target creature or player.'\"";
staticText = "You get an emblem with \"Mountains you control have '{T}: This land deals 1 damage to any target.'\"";
}
public KothOfTheHammerThirdEffect(final KothOfTheHammerThirdEffect effect) {