Exploring and automating workers are some of the most common actions, they don't deserve to be behind a 'get additional actions' click

This commit is contained in:
Yair Morgenstern 2022-02-06 15:11:03 +02:00
parent e466db397c
commit 8efcd8cc2b

View File

@ -62,6 +62,8 @@ object UnitActions {
addEnhanceReligionAction(unit, actionList)
actionList += getImprovementConstructionActions(unit, tile)
addActionsWithLimitedUses(unit, actionList, tile)
addExplorationActions(unit, actionList)
addAutomateBuildingImprovementsAction(unit, actionList)
addToggleActionsAction(unit, actionList, unitTable)
@ -78,8 +80,6 @@ object UnitActions {
addFortifyActions(actionList, unit, true)
addSwapAction(unit, actionList, worldScreen)
addExplorationActions(unit, actionList)
addAutomateBuildingImprovementsAction(unit, actionList)
addDisbandAction(actionList, unit, worldScreen)
addGiftAction(unit, actionList, tile)