Skip to content

Commit 95a4ffa

Browse files
committed
fix #69
1 parent f7e8582 commit 95a4ffa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

asset/layout/civcard.dl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name :
1616
width : 90%
1717
text : card.civ.name
1818
size : 18
19-
flex : 0.2
19+
flex : 0.25
2020
text_align : C
2121
adv :
2222
flex : 0.4

gameplay/desc.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ end
6666

6767
local function gen_desc(c, desc)
6868
if c.type == "civ" then
69-
desc.world = c.world
69+
desc.world = c.name
70+
desc.sector = c._sector
7071
desc.victory = c._victory
7172
desc.advancement = c._advancement
7273
end

0 commit comments

Comments
 (0)