Added DDI token images

This commit is contained in:
PurpleCrowbar 2022-06-04 19:23:47 +01:00
parent 81984ceac0
commit 21904d991c
2 changed files with 5 additions and 1 deletions

View file

@ -39,7 +39,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 any target.'\"";
staticText = "Mountains you control have '{T}: This land deals 1 damage to any target.'";
}
public KothOfTheHammerThirdEffect(final KothOfTheHammerThirdEffect effect) {