Your voice has been heard - All units now have the Explore command

This commit is contained in:
Yair Morgenstern
2019-11-25 12:08:22 +02:00
parent 488b733db6
commit aee9724765

View File

@ -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)