Removed placeholder science and production boost from Computers tech

New games start by default with city states
This commit is contained in:
Yair Morgenstern 2021-01-11 20:56:31 +02:00
parent 18ffc2ea02
commit 617e7aea93
2 changed files with 1 additions and 2 deletions

View File

@ -541,7 +541,6 @@
"name": "Computers",
"row": 8,
"prerequisites": ["Combined Arms","Radar"],
"uniques": ["+10% science and production in all cities"],
"quote": "'Computers are like Old Testament gods: lots of rules and no mercy.' - Joseph Campbell"
}
]

View File

@ -15,7 +15,7 @@ class GameParameters { // Default values are the default new game
add(Player().apply { playerType = PlayerType.Human })
for (i in 1..3) add(Player())
}
var numberOfCityStates = 0
var numberOfCityStates = 2
var noBarbarians = false
var oneCityChallenge = false