[PR] Use the token name in the chat message targets window (#1441)

This commit is contained in:
Nick Salyzyn 2025-12-20 15:04:36 -07:00 committed by GitHub
parent 9cfa206adc
commit 148c9c019a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ export default class TargetField extends fields.SchemaField {
return {
id: token.id,
actorId: token.actor.uuid,
name: token.actor.name,
name: token.name,
img: token.actor.img,
difficulty: token.actor.system.difficulty,
evasion: token.actor.system.evasion,