#87 - Init du premier round

This commit is contained in:
2021-02-04 16:35:22 +01:00
parent b2dab45646
commit ae03fabd9e
5 changed files with 63 additions and 2 deletions

View File

@ -97,6 +97,8 @@ const _patch_initiative = () => {
messageOptions
);
roll.toMessage(messageData, { rollMode, create: true });
RdDUtility.processPremierRoundInit( );
}
return this;
};