This commit is contained in:
Judah 2026-04-02 00:19:00 -06:00
parent dca1706e08
commit fbe1fe25d1
2 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

@ -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,