mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Your voice has been heard - All units now have the Explore command
This commit is contained in:
parent
488b733db6
commit
aee9724765
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user