mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-20 17:32:57 +07:00
Fix spelling error.
This commit is contained in:
parent
2e7a2cda12
commit
d73bf6d13f
@ -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 New Issue
Block a user