untested addition to shape change and summon
This commit is contained in:
parent
6e045714c8
commit
54da536518
@ -822,7 +822,10 @@ class ShapeChangeEffect extends TargetedPowerEffect {
|
||||
actorLink: false,
|
||||
name: `${this.targets[0].name} (${this.protoDoc.name} form) `,
|
||||
elevation: this.targets[0].document.elevation,
|
||||
disposition: this.targets[0].document.disposition
|
||||
disposition: this.targets[0].document.disposition,
|
||||
sight: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
embedded: { ActiveEffect: {}, Item: {} }
|
||||
}
|
||||
@ -1098,7 +1101,11 @@ class SummonEffect extends PowerEffect {
|
||||
},
|
||||
token: {
|
||||
actorLink: false,
|
||||
name: `${this.token.name}'s ${this.protoDoc.name}`
|
||||
name: `${this.token.name}'s ${this.protoDoc.name}`,
|
||||
disposition: this.token.document.disposition,
|
||||
sight: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
embedded: { ActiveEffect: {}, Item: {} }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user