[Fix] Summon Wildcard Handling (#2086)

This commit is contained in:
WBHarry 2026-07-13 22:57:43 +02:00 committed by GitHub
parent 81e264a477
commit 450287e4d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 24 deletions

View file

@ -269,7 +269,7 @@ export function ActionMixin(Base) {
return this.delete();
}
async toChat(origin) {
async toChat(origin, config) {
const autoExpandDescription = game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.appearance)
.expandRollMessage?.desc;
@ -282,7 +282,7 @@ export function ActionMixin(Base) {
img: this.baseAction ? this.parent.parent.img : this.img,
tags: this.tags ? this.tags : ['Spell', 'Arcana', 'Lv 10'],
areas: this.areas,
summon: this.summon
summon: config?.summonData
},
source: {
actor: this.actor.uuid,