Uranium revealing tech changed to Nuclear Fission

This commit is contained in:
Yair Morgenstern
2018-12-26 20:15:14 +02:00
parent aca089fa4a
commit 28b52784bf
2 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@
{ {
name:"Uranium", name:"Uranium",
resourceType:"Strategic", resourceType:"Strategic",
revealedBy:"Atomic Theory", revealedBy:"Nuclear Fission",
terrainsCanBeFoundOn:["Plains","Desert","Tundra","Hill","Snow","Forest","Desert","Marsh","Grassland"], terrainsCanBeFoundOn:["Plains","Desert","Tundra","Hill","Snow","Forest","Desert","Marsh","Grassland"],
production:1, production:1,
improvement:"Mine", improvement:"Mine",

View File

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