forked from public/foundryvtt-reve-de-dragon
RollV2, tchat et appel chance
gestion des appels à la chance pour tout jet V2 correction de soucis forçage du jet continuation des messages de défense
This commit is contained in:
@@ -41,9 +41,7 @@ export class RollBasicParts {
|
||||
initFrom(rollData) {
|
||||
return {
|
||||
selected: {},
|
||||
type: {
|
||||
current: rollData.type.current
|
||||
},
|
||||
type: rollData.type,
|
||||
ids: {
|
||||
sceneId: rollData.ids.sceneId,
|
||||
actorId: rollData.active.id,
|
||||
|
Reference in New Issue
Block a user