mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Log formatting fix in LifeGainEffect.
This commit is contained in:
@@ -24,9 +24,9 @@ public class LifeGainEffect extends SpellAbilityEffect {
|
||||
if (!amountStr.equals("AFLifeLost") || sa.hasSVar(amountStr)) {
|
||||
final int amount = AbilityUtils.calculateAmount(sa.getHostCard(), amountStr, sa);
|
||||
|
||||
sb.append("gains ").append(amount).append(" life.");
|
||||
sb.append(" gains ").append(amount).append(" life.");
|
||||
} else {
|
||||
sb.append("gains life equal to the life lost this way.");
|
||||
sb.append(" gains life equal to the life lost this way.");
|
||||
}
|
||||
|
||||
return sb.toString();
|
||||
|
||||
Reference in New Issue
Block a user