fix second damage again

This commit is contained in:
Mark
2016-04-09 16:17:03 +02:00
parent 621367c190
commit a4d86fa5cd
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -2590,7 +2590,7 @@ const updateDamageToggle = (v, finalSetAttrs, repeatingString, options) => {
const secondDamage = v[`${repeatingString}second_damage`];
if (exists(secondDamage)) {
damageString += `+ ${secondDamage}`;
secondDamageFormula += `${addArithmeticOperator(secondDamageFormula, secondDamage)}[second damage]`;
secondDamageFormula += `${secondDamage}[second damage]`;
}
let secondDamageAbility = v[`${repeatingString}second_damage_ability`];