Fix #243
This commit is contained in:
parent
32c5f4285b
commit
9e4a9433ca
|
@ -258,6 +258,9 @@ function onBattleButtonMouseRelease(self, mousePosition, mouseButton)
|
||||||
mouseWidget.cancelNextRelease = true
|
mouseWidget.cancelNextRelease = true
|
||||||
g_game.look(self.creature)
|
g_game.look(self.creature)
|
||||||
return true
|
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
|
elseif mouseButton == MouseRightButton and not g_mouse.isPressed(MouseLeftButton) then
|
||||||
modules.game_interface.createThingMenu(mousePosition, nil, nil, self.creature)
|
modules.game_interface.createThingMenu(mousePosition, nil, nil, self.creature)
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue