From a48b6a2e9d77a6a2b3aead7d92d983e20d9560a0 Mon Sep 17 00:00:00 2001 From: Clay Sweetser Date: Tue, 16 Nov 2021 20:59:48 -0500 Subject: [PATCH] Only allow numeric inputs for currency Only allow numeric inputs for currency fields. --- template/npc-sheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/npc-sheet.html b/template/npc-sheet.html index dbc9172b..ffbc7f29 100644 --- a/template/npc-sheet.html +++ b/template/npc-sheet.html @@ -151,7 +151,7 @@

Coin Distribution

{{#each data.currency as |c i|}} - + {{/each}} {{#ifeq lootsheettype "Loot"}}