diff --git a/assets/icons/dice/duality/DualitySVG/DualityPNG.png b/assets/icons/dice/duality/DualityBW.png similarity index 100% rename from assets/icons/dice/duality/DualitySVG/DualityPNG.png rename to assets/icons/dice/duality/DualityBW.png diff --git a/assets/icons/dice/duality/DualitySVG/DualitySVG.svg b/assets/icons/dice/duality/DualitySVG.svg similarity index 100% rename from assets/icons/dice/duality/DualitySVG/DualitySVG.svg rename to assets/icons/dice/duality/DualitySVG.svg diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index 297aaac5..fc79cdc4 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -26,7 +26,7 @@ &:not(.single-img) { .inventory-item-header:hover { - .img-portait { + .img-portait:has(.roll-img) { .roll-img { opacity: 1; } diff --git a/templates/sheets/global/partials/inventory-item-V2.hbs b/templates/sheets/global/partials/inventory-item-V2.hbs index 5fc75258..804af20e 100644 --- a/templates/sheets/global/partials/inventory-item-V2.hbs +++ b/templates/sheets/global/partials/inventory-item-V2.hbs @@ -23,10 +23,12 @@ Parameters: (hasProperty item "toChat" ) "toChat" "editDoc" ) }}' {{#unless hideTooltip}} {{#if (eq type 'attack' )}} data-tooltip="#attack#{{item.actor.uuid}}" {{else}} data-tooltip="#item#{{item.uuid}}" {{/if}} {{/unless}}> - {{#if @root.isNPC}} - d20 - {{else}} - 2d12 + {{#if (or item.system.actionsList.size item.system.actionsList.length item.actionType)}} + {{#if @root.isNPC}} + d20 + {{else}} + 2d12 + {{/if}} {{/if}}