mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-25 15:19:51 +07:00
Your voice has been heard - All units now have the Explore command
This commit is contained in:
@ -59,7 +59,7 @@ class UnitActions {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(unit.type == UnitType.Scout){
|
if(!unit.type.isAirUnit()){
|
||||||
if(unit.action != Constants.unitActionExplore)
|
if(unit.action != Constants.unitActionExplore)
|
||||||
actionList += UnitAction("Explore",true) {
|
actionList += UnitAction("Explore",true) {
|
||||||
UnitAutomation().automatedExplore(unit)
|
UnitAutomation().automatedExplore(unit)
|
||||||
|
Reference in New Issue
Block a user