From 82452f4f7ce7c58a31c8f6722b26cb775f97b389 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 1 Apr 2024 21:01:31 -0600 Subject: [PATCH] Fix a bug with the usage cost not being displayed on embedded untyped items --- .../char-sheet/v2/partials/inventory/items/untyped.v2.pc.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/actors/char-sheet/v2/partials/inventory/items/untyped.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/items/untyped.v2.pc.hbs index f1b8257..9907578 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/items/untyped.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/items/untyped.v2.pc.hbs @@ -44,7 +44,7 @@
Usage Cost: - {{dd-empty-state item.system.usage}} + {{dd-empty-state item.system.usage_cost}}