Organized Freedom policies

This commit is contained in:
Yair Morgenstern
2018-12-10 11:55:18 +02:00
parent 6dbf6232e9
commit 197d698c57
2 changed files with 7 additions and 8 deletions

View File

@ -269,20 +269,19 @@
name:"Constitution",
description:"+2 culture from each wonder",
row:1,
column:2
column:1
},
{
name:"Universal Suffrage",
description:"+1 production per 5 population",
row:1,
column:5
column:3
},
{
name:"Civil Society",
description:"-50% food consumption by specialists",
requires:["Constitution"],
row:2,
column:1
row:1,
column:5
},
{
name:"Free Speech",
@ -296,7 +295,7 @@
description:"Specialists produce half normal unhappiness",
requires:["Civil Society"],
row:2,
column:1
column:5
},
{
name:"Freedom Complete",

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 28
versionCode 177
versionName "2.10.13"
versionCode 178
versionName "2.10.14"
}
// Had to add this crap for Travis to build, it wanted to sign the app