mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 09:02:32 +00:00
Bugfix: Ailments set through the token bar were not updating the immutable ailment count
This commit is contained in:
@@ -11119,6 +11119,7 @@ for (let i = 0; i <= 4; i++) {
|
||||
let output = {}
|
||||
|
||||
ailmentList[ailmentName][1] = ailmentNum;
|
||||
ailmentList[ailmentName][4] = ailmentNum;
|
||||
output[`${tokenPrefix}_tokenAilmentList`] = Data.package(ailmentList);
|
||||
|
||||
if (tokenPrefix.includes(selectedId.toLowerCase())) {
|
||||
|
||||
Reference in New Issue
Block a user