From 260b1425bd2b72fcf9e99ddee48c535b9aff3807 Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Sat, 29 Mar 2025 18:52:12 +1100 Subject: [PATCH] Enable non-default costs for custom cards --- TableturfBattleClient/index.html | 10 +++--- .../src/Pages/DeckListPage.ts | 1 - .../src/Pages/GalleryPage.ts | 32 +++++++++++++++++++ TableturfBattleClient/tableturf.css | 18 +++++------ TableturfBattleServer/Card.cs | 1 - TableturfBattleServer/DataStructures.cs | 6 ++-- 6 files changed, 49 insertions(+), 19 deletions(-) diff --git a/TableturfBattleClient/index.html b/TableturfBattleClient/index.html index 5f14595..9d03931 100644 --- a/TableturfBattleClient/index.html +++ b/TableturfBattleClient/index.html @@ -632,24 +632,24 @@