mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Fixes
This commit is contained in:
parent
cac00e4b30
commit
58b855389d
8 changed files with 52 additions and 24 deletions
|
|
@ -25,7 +25,7 @@ export default class DHActionConfig extends DHActionBaseConfig {
|
|||
const data = this.action.toObject();
|
||||
|
||||
const created = await this.action.item.createEmbeddedDocuments('ActiveEffect', [
|
||||
game.system.api.data.activeEffects.BaseEffect.getDefaultObject()
|
||||
game.system.api.data.activeEffects.BaseEffect.getDefaultObject({ transfer: false })
|
||||
]);
|
||||
|
||||
if (areaIndex !== undefined)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue