Working on Compatibility for FVTT v10

Added `itemUuid` to Roll/RnK
This commit is contained in:
Vlyan
2022-07-26 21:49:02 +02:00
parent baad5c0d6f
commit 66cb3d08ad
5 changed files with 71 additions and 19 deletions

View File

@@ -25,6 +25,7 @@ export class RollL5r5e extends Roll {
skillCatId: "",
skillId: "",
stance: "",
itemUuid: null,
strifeApplied: 0,
summary: {
totalSuccess: 0,
@@ -359,7 +360,7 @@ export class RollL5r5e extends Roll {
rollMode: rMode,
temporary: !create,
});
return create ? message : message.data;
return message;
}
/** @override */