Update compendium-browser.js

master
Matheus Clemente 2024-02-24 16:08:08 -03:00
parent 4a821e2419
commit cbbd323eeb
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ class CompendiumBrowser extends Application {
} }
if (CONFIG.DND5E.actorSizes[npcData.traits.size] !== undefined) { if (CONFIG.DND5E.actorSizes[npcData.traits.size] !== undefined) {
decoratedNpc.displaySize = CONFIG.DND5E.actorSizes[npcData.traits.size]; decoratedNpc.displaySize = CONFIG.DND5E.actorSizes[npcData.traits.size].label;
} }
let npcSize = npc.system.traits.size; let npcSize = npc.system.traits.size;
switch (npcSize) { switch (npcSize) {