From fbe1fe25d12c55e4a4c6386972497ad8c45a8c51 Mon Sep 17 00:00:00 2001 From: Judah Date: Thu, 2 Apr 2026 00:19:00 -0600 Subject: [PATCH] . --- Game.json | 6 +++--- main.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Game.json b/Game.json index 0d3376b..8605823 100644 --- a/Game.json +++ b/Game.json @@ -258,7 +258,7 @@ "alignment": "START", "opponentAlignment": "START", "noAutoPayTo": true, - "isHorizontalAllowed": false, + "isHorizontalAllowed": true, "displayedTitle": "", "noQuickActions": false, "enterTapped": false, @@ -280,7 +280,7 @@ "alignment": "START", "opponentAlignment": "START", "noAutoPayTo": false, - "isHorizontalAllowed": false, + "isHorizontalAllowed": true, "displayedTitle": "", "noQuickActions": false, "enterTapped": false, @@ -302,7 +302,7 @@ "alignment": "START", "opponentAlignment": "START", "noAutoPayTo": false, - "isHorizontalAllowed": false, + "isHorizontalAllowed": true, "displayedTitle": "", "noQuickActions": false, "enterTapped": false, diff --git a/main.go b/main.go index eb5df37..f843510 100644 --- a/main.go +++ b/main.go @@ -184,7 +184,7 @@ func main() { Type: card.typ.String(), Image: fmt.Sprintf("https://docs.brut.systems/judah/entropy/%s.png", id), Cost: card.entropy, - Horizontal: false, + Horizontal: card.typ == Boon, }, }, Token: card.token,