Citizenship and Legalism description changed.

Unclear description fixed. I have almost created a pull request for `CityStats.kt`: 
```
if (policies.contains("Citizenship")  && currentConstruction.name == "Worker")
stats.production += 25f
```
as I thought it should boost training of Workers.

I also attach #423 contents of  with a similar unclarity of Legalism.
This commit is contained in:
Am-per-Sand 2019-04-11 19:08:14 +02:00 committed by Yair Morgenstern
parent cecce008b1
commit a6c20984f2

View File

@ -12,7 +12,7 @@
}, },
{ {
name:"Legalism", name:"Legalism",
description:"Free culture building in your first 4 cities", description:"Immediately creates a cheapest available cultural building in each of your first 4 cities for free",
row:1, row:1,
column:3 column:3
}, },
@ -49,13 +49,13 @@
policies:[ policies:[
{ {
name:"Collective Rule", name:"Collective Rule",
description:"Training of settlers increased +50% in capital, receive a new settler near capital", description:"Training of settlers increased +50% in capital, receive a new settler near the capital",
row:1, row:1,
column:1 column:1
}, },
{ {
name:"Citizenship", name:"Citizenship",
description:"+25% construction rate of workers, receive free worker near the capital", description:"Tile improvement speed +25%, receive a free worker near the capital",
row:1, row:1,
column:4 column:4
}, },