This commit is contained in:
Eduardo Bart 2013-01-25 17:30:40 -02:00
parent 32c5f4285b
commit 9e4a9433ca
1 changed files with 3 additions and 0 deletions

View File

@ -258,6 +258,9 @@ function onBattleButtonMouseRelease(self, mousePosition, mouseButton)
mouseWidget.cancelNextRelease = true
g_game.look(self.creature)
return true
elseif mouseButton == MouseLeftButton and g_keyboard.isShiftPressed() then
g_game.look(self.creature)
return true
elseif mouseButton == MouseRightButton and not g_mouse.isPressed(MouseLeftButton) then
modules.game_interface.createThingMenu(mousePosition, nil, nil, self.creature)
return true