aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/gamescreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/gamescreen.cpp')
-rw-r--r--engines/mutationofjb/gamescreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/gamescreen.cpp b/engines/mutationofjb/gamescreen.cpp
index 739d260455..d92f418dca 100644
--- a/engines/mutationofjb/gamescreen.cpp
+++ b/engines/mutationofjb/gamescreen.cpp
@@ -361,7 +361,7 @@ void GameScreen::onInventoryItemClicked(InventoryWidget *, int posInWidget) {
if (_currentPickedItem.empty()) {
// Inventory items ending with '[' aren't supposed to be combined (e.g. Fisher's mask).
if (item.lastChar() == '[')
- _game.startActionSection(ActionInfo::Look, item);
+ _game.startActionSection(ActionInfo::Use, item);
else
_currentPickedItem = item;
} else {