mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
fix hp_extra for cases like Duergar
This commit is contained in:
@@ -3911,7 +3911,7 @@ const updateNPCHP = () => {
|
||||
hpFormula += ` - ${amount}`;
|
||||
}
|
||||
}
|
||||
v.hp_extra.replace(splitFormula[0], '');
|
||||
v.hp_extra.toString().replace(splitFormula[0], '');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user