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", "alignment": "START",
"opponentAlignment": "START", "opponentAlignment": "START",
"noAutoPayTo": true, "noAutoPayTo": true,
"isHorizontalAllowed": false, "isHorizontalAllowed": true,
"displayedTitle": "", "displayedTitle": "",
"noQuickActions": false, "noQuickActions": false,
"enterTapped": false, "enterTapped": false,
@ -280,7 +280,7 @@
"alignment": "START", "alignment": "START",
"opponentAlignment": "START", "opponentAlignment": "START",
"noAutoPayTo": false, "noAutoPayTo": false,
"isHorizontalAllowed": false, "isHorizontalAllowed": true,
"displayedTitle": "", "displayedTitle": "",
"noQuickActions": false, "noQuickActions": false,
"enterTapped": false, "enterTapped": false,
@ -302,7 +302,7 @@
"alignment": "START", "alignment": "START",
"opponentAlignment": "START", "opponentAlignment": "START",
"noAutoPayTo": false, "noAutoPayTo": false,
"isHorizontalAllowed": false, "isHorizontalAllowed": true,
"displayedTitle": "", "displayedTitle": "",
"noQuickActions": false, "noQuickActions": false,
"enterTapped": false, "enterTapped": false,

View file

@ -184,7 +184,7 @@ func main() {
Type: card.typ.String(), Type: card.typ.String(),
Image: fmt.Sprintf("https://docs.brut.systems/judah/entropy/%s.png", id), Image: fmt.Sprintf("https://docs.brut.systems/judah/entropy/%s.png", id),
Cost: card.entropy, Cost: card.entropy,
Horizontal: false, Horizontal: card.typ == Boon,
}, },
}, },
Token: card.token, Token: card.token,