forked from External/mage
text fixes [WOE] etc. (#11035)
* Fix Callous Sell Sword text * simple text fixes * fix some target texts
This commit is contained in:
parent
c4e48a6f95
commit
a9870b6ff8
14 changed files with 58 additions and 18 deletions
|
|
@ -178,7 +178,10 @@ public class DamageTargetEffect extends OneShotEffect {
|
|||
sb.append(' ');
|
||||
}
|
||||
}
|
||||
sb.append("target ").append(targetName);
|
||||
if (!targetName.contains("target ")) {
|
||||
sb.append("target ");
|
||||
}
|
||||
sb.append(targetName);
|
||||
}
|
||||
} else {
|
||||
sb.append("that target");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue