javalent/initiative-tracker

๐Ÿž Named Creatures of same type append 1

Opened this issue ยท 0 comments

Check for existing bug reports before submitting.

  • I searched for existing Bug Reports and found no similar reports.

Expected Behavior

If the names are unique then there should be no need to append a 1.

Current behaviour

Creatures of the same type but with unique custom names, have a 1 added to the end regardless.

Reproduction

Create an Encounter Table as below.

creatures: 
- [[Wolf, Shadowfang]]
- [[Wolf, Ironclaw]]
- [[Wolf, Duskrider]]

Then, run the encounter. Note the names in the encounter window (and player view) are suffixed with 1.

image image

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version Check

1.4.13

Plugin Version

12.2.4

Confirmation

  • I have disabled all other plugins and the issue still persists.

Possible solution

No response