Check for existing bug reports before submitting.
Expected Behavior
Aliases in front matter notes linked to players should not affect encounters.
Current behaviour
Aliases in front matter notes linked to players result in duplicated entries in initiative list for that player.
Reproduction
- create character linked to a note "Hank Hill" with the following front matter
---
aliases: ["Hank"]
hp: 0
ac: 0
modifier: 0
level: 2
---
- Create an encounter
creatures:
- [[bandit], 12, 12, 1]
players:
- Hank Hill
- Start the encounter. Hank Hill will appear multiple times in the tracker.
Which Operating Systems are you using?
Obsidian Version Check
1.8.10 and 1.8.10
Plugin Version
13.0.17
Confirmation
Possible solution
No response