Fix spelling error.
This commit is contained in:
parent
2e7a2cda12
commit
d73bf6d13f
2 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@
|
|||
[
|
||||
"Your citizens can work 3 tiles away from city center.",
|
||||
"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
|
||||
|
||||
// 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue