[THS] Added 3 Theros cards.

This commit is contained in:
LevelX2 2013-09-02 17:11:07 +02:00
parent 5496cb4afd
commit b6285accde
5 changed files with 341 additions and 2 deletions

View file

@ -118,7 +118,11 @@ public class GainAbilityAllEffect extends ContinuousEffectImpl<GainAbilityAllEff
sb.append(" have ");
}
} else {
sb.append(" gain ");
if (filter.getMessage().toLowerCase().startsWith("each")) {
sb.append(" gains ");
} else {
sb.append(" gain ");
}
}
sb.append(ability.getRule());
if (duration.toString().length() > 0) {