mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 05:41:11 +07:00
Fix spelling error.
This commit is contained in:
@ -311,7 +311,7 @@
|
|||||||
[
|
[
|
||||||
"Your citizens can work 3 tiles away from city center.",
|
"Your citizens can work 3 tiles away from city center.",
|
||||||
"The city border will keep expanding,",
|
"The city border will keep expanding,",
|
||||||
"But citizen cannot be assigned to a tile too far."
|
"but citizen cannot be assigned to a tile too far."
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ class UnCivGame : Game() {
|
|||||||
val viewEntireMapForDebug = false
|
val viewEntireMapForDebug = false
|
||||||
|
|
||||||
// For when you need to test something in an advanced game and don't have time to faff around
|
// For when you need to test something in an advanced game and don't have time to faff around
|
||||||
val superchargedForDebug = true
|
val superchargedForDebug = false
|
||||||
|
|
||||||
lateinit var worldScreen: WorldScreen
|
lateinit var worldScreen: WorldScreen
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user