mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
[minor] fixed tooltip rule text of Kessig Wolf Run.
This commit is contained in:
parent
27b55b4e49
commit
e14886ffda
2 changed files with 6 additions and 5 deletions
|
|
@ -151,7 +151,7 @@ public class BoostTargetEffect extends ContinuousEffectImpl<BoostTargetEffect> {
|
|||
message = toughness.getMessage();
|
||||
fixedPart = " for each ";
|
||||
}
|
||||
if (message != null && fixedPart != null) {
|
||||
if (message != null && !message.isEmpty() && fixedPart != null) {
|
||||
sb.append(fixedPart).append(message);
|
||||
}
|
||||
return sb.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue