Fixed a bug of abilityWord, improved set target of DealsDamageToAPlayerAllTriggeredAbility.

This commit is contained in:
LevelX2 2015-01-05 13:10:44 +01:00
parent 1b7646bee6
commit 6d81f1a0d1
7 changed files with 22 additions and 7 deletions

View file

@ -139,6 +139,8 @@ public class AddCountersTargetEffect extends OneShotEffect {
sb.append("target ");
}
sb.append(targetName);
} else {
sb.append("it");
}
if (amount.getMessage().length() > 0) {
sb.append(" for each ").append(amount.getMessage());