Fix #77
This commit is contained in:
parent
e06572c221
commit
43724596fb
@ -260,7 +260,7 @@ export class PegasusActor extends Actor {
|
|||||||
let effect = duplicate(__bonusEffect)
|
let effect = duplicate(__bonusEffect)
|
||||||
effect.name = `${name} Tactician Bonus Dice`
|
effect.name = `${name} Tactician Bonus Dice`
|
||||||
effect.system.effectlevel = level
|
effect.system.effectlevel = level
|
||||||
effect.system.stataffected = "all"
|
effect.system.stataffected = "mr"
|
||||||
effect.system.bonusdice = true
|
effect.system.bonusdice = true
|
||||||
await this.createEmbeddedDocuments('Item', [effect])
|
await this.createEmbeddedDocuments('Item', [effect])
|
||||||
ChatMessage.create({ content: `Tactician Bonus Dice has been added to ${this.name} (${level})` })
|
ChatMessage.create({ content: `Tactician Bonus Dice has been added to ${this.name} (${level})` })
|
||||||
|
Loading…
Reference in New Issue
Block a user