mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
PR fixes
This commit is contained in:
parent
9850d5f6e8
commit
094acbc65f
7 changed files with 26 additions and 31 deletions
|
|
@ -131,13 +131,6 @@ export default class DhCompanion extends BaseDataActor {
|
|||
this.evasion.total = this.evasion.value + this.evasion.bonus;
|
||||
}
|
||||
|
||||
getRollData() {
|
||||
const data = super.getRollData();
|
||||
return {
|
||||
...data
|
||||
};
|
||||
}
|
||||
|
||||
async _preDelete() {
|
||||
if (this.partner) {
|
||||
await this.partner.update({ 'system.companion': null });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue