mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +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)
|
||||
actionList += UnitAction("Explore",true) {
|
||||
UnitAutomation().automatedExplore(unit)
|
||||
|
Reference in New Issue
Block a user