mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Whoops wrong field
This commit is contained in:
@ -187,7 +187,7 @@ object SpecificUnitAutomation {
|
||||
}
|
||||
|
||||
unit.movement.headTowards(bestCityLocation)
|
||||
if (unit.getTile() == bestCityLocation && unit.movement > 0)
|
||||
if (unit.getTile() == bestCityLocation && unit.currentMovement > 0)
|
||||
foundCityAction.action.invoke()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user