Skip to content

Commit

Permalink
Creatures not in bestiary now render correctly in Combatant (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Metevier authored May 2, 2024
1 parent 84603e3 commit cebb672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tracker/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ export class CreatureView extends ItemView {
await this.renderEmbed(creature.getStatblockLink());
} else if (this.plugin.canUseStatBlocks) {
const statblock = window.FantasyStatblocks.render(
//@ts-ignore
creature,
creature.creature,
this.statblockEl,
creature.display
);
Expand Down

0 comments on commit cebb672

Please sign in to comment.