Corrected Coast yields to give 1 Food and 1 Gold (#11583)

* Coast also yields 1 Gold

* Coast also yields 1 Gold and 1 Food in Vanilla
This commit is contained in:
Skekdog
2024-05-14 08:59:18 +01:00
committed by GitHub
parent eb79a777a2
commit 50274a42ad
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"name": "Coast",
"type": "Water",
"food": 1,
"gold": 1,
"movementCost": 1,
"RGB": [70, 138, 216],
"uniques": ["[+2] to Fertility for Map Generation",

View File

@ -12,6 +12,7 @@
"name": "Coast",
"type": "Water",
"food": 1,
"gold": 1,
"movementCost": 1,
"RGB": [70, 138, 216],
"uniques": ["[+2] to Fertility for Map Generation",