fix hp_extra for cases like Duergar

This commit is contained in:
Mark
2016-04-07 21:56:12 +02:00
parent 66abe452d3
commit fcd2fdcb77
@@ -3911,7 +3911,7 @@ const updateNPCHP = () => {
hpFormula += ` - ${amount}`;
}
}
v.hp_extra.replace(splitFormula[0], '');
v.hp_extra.toString().replace(splitFormula[0], '');
}
}