forked from External/mage
Fixed a bug of abilityWord, improved set target of DealsDamageToAPlayerAllTriggeredAbility.
This commit is contained in:
parent
1b7646bee6
commit
6d81f1a0d1
7 changed files with 22 additions and 7 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue