We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e8582 commit 95a4ffaCopy full SHA for 95a4ffa
2 files changed
asset/layout/civcard.dl
@@ -16,7 +16,7 @@ name :
16
width : 90%
17
text : card.civ.name
18
size : 18
19
- flex : 0.2
+ flex : 0.25
20
text_align : C
21
adv :
22
flex : 0.4
gameplay/desc.lua
@@ -66,7 +66,8 @@ end
66
67
local function gen_desc(c, desc)
68
if c.type == "civ" then
69
- desc.world = c.world
+ desc.world = c.name
70
+ desc.sector = c._sector
71
desc.victory = c._victory
72
desc.advancement = c._advancement
73
end
0 commit comments