forked from public/foundryvtt-reve-de-dragon
Roll V2 sur compétences&combat
Corrections associées Maintenant, active en mode rollV2
This commit is contained in:
@@ -51,10 +51,10 @@ export class RollPartDiff extends RollPart {
|
||||
)
|
||||
}
|
||||
|
||||
setDiff(rollData, diffDefense) {
|
||||
setDiff(rollData, diff) {
|
||||
const current = this.getCurrent(rollData)
|
||||
current.value = diffDefense.diff
|
||||
current.type = diffDefense.type
|
||||
current.value = diff.diff
|
||||
current.type = diff.type
|
||||
}
|
||||
|
||||
getAjustements(rollData) {
|
||||
|
Reference in New Issue
Block a user