mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
fix DamageAll stack description to be more consistent with DealDamage
This commit is contained in:
@@ -509,7 +509,7 @@ public class AbilityFactory_DealDamage {
|
|||||||
desc = params.get("ValidDescription");
|
desc = params.get("ValidDescription");
|
||||||
int dmg = getNumDamage(sa);
|
int dmg = getNumDamage(sa);
|
||||||
|
|
||||||
sb.append(name).append(" - Deals "+dmg+" to "+desc);
|
sb.append(name).append(" - Deals "+dmg+" damage to "+desc);
|
||||||
|
|
||||||
Ability_Sub abSub = sa.getSubAbility();
|
Ability_Sub abSub = sa.getSubAbility();
|
||||||
if (abSub != null) {
|
if (abSub != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user