typo fix withing -> within

This commit is contained in:
Yair Morgenstern
2020-01-31 14:17:38 +02:00
parent 58fa5d6dd5
commit d7310aa90a
21 changed files with 22 additions and 27 deletions

View File

@ -256,7 +256,7 @@ class WorldScreen(val viewingCiv:CivilizationInfo) : CameraStageBaseScreen() {
return "Conquer a city!\nBring an enemy city down to low health > " +
"\nEnter the city with a melee unit"
if(viewingCiv.getCivUnits().any { it.type.isAirUnit() } && !completedTasks.contains("Move an air unit"))
return "Move an air unit!\nSelect an air unit > select another city withing range > " +
return "Move an air unit!\nSelect an air unit > select another city within range > " +
"\nMove the unit to the other city"
if(!completedTasks.contains("See your stats breakdown"))
return "See your stats breakdown!\nEnter the Overview screen (top right corner) >" +