mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-13 19:39:34 +07:00
Whoops wrong field
This commit is contained in:
parent
f40c0ad8b3
commit
2d2117936e
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user