From 0533c9eabade88adc3c9b65115288c645663af94 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Thu, 16 Jun 2022 21:32:02 +0200 Subject: [PATCH] Restore unit action shortcuts accidentally dropped in commit 4fb2ad8fa (#7187) --- core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt b/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt index 686d821495..881776ad6a 100644 --- a/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt +++ b/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt @@ -49,6 +49,7 @@ class UnitActionsTable(val worldScreen: WorldScreen) : Table() { // overlay, since the user definitely wants to interact with the new unit. worldScreen.mapHolder.removeUnitActionOverlay() } + actionButton.keyShortcuts.add(key) } return actionButton