mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 09:02:32 +00:00
fix second damage again
This commit is contained in:
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`];
|
||||
|
||||
Reference in New Issue
Block a user