Correction sur bonus armes
Release Creation / build (release) Failing after 1m39s

This commit is contained in:
2026-05-19 00:23:20 +02:00
parent 3fc10ad669
commit 3c92532601
3 changed files with 3 additions and 2 deletions
@@ -714,6 +714,7 @@ export class BaseCharacterSheetL5r5e extends BaseSheetL5r5e {
return {
uuid: item.uuid,
skill: item.system.skill,
bonus: parseInt(item.system.bonus || 0),
};
}