mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
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:
parent
e466db397c
commit
8efcd8cc2b
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user