mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 23:37:31 +07:00
Removed placeholder science and production boost from Computers tech
New games start by default with city states
This commit is contained in:
parent
18ffc2ea02
commit
617e7aea93
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user