indent
This commit is contained in:
@@ -62,6 +62,7 @@ export class VermineActor extends Actor {
|
|||||||
// Calculate the modifier using d20 rules.
|
// Calculate the modifier using d20 rules.
|
||||||
ability.mod = Math.floor((ability.value - 10) / 2);
|
ability.mod = Math.floor((ability.value - 10) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -176,7 +176,4 @@ export class VermineActorSheet extends ActorSheet {
|
|||||||
// Finally, create the item!
|
// Finally, create the item!
|
||||||
return await Item.create(itemData, { parent: this.actor });
|
return await Item.create(itemData, { parent: this.actor });
|
||||||
}
|
}
|
||||||
async getGroup() {
|
|
||||||
return await game.actors.find(group => { group == group - 1 })
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user