Using the prototypeToken name in the chat message window

This commit is contained in:
nsalyzyn 2025-12-18 10:31:33 -07:00
parent 05dec9fcea
commit c453f59db3
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,