diff options
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r-- | src/client/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp index b08dac878..b9e7e4d9b 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -2290,7 +2290,7 @@ void Game::processPlayerInteraction(f32 dtime, bool show_hud, bool show_debug) f32 d = getToolRange(selected_def, hand_item.getDefinition(itemdef_manager)); if (g_settings->getBool("increase_tool_range")) - d++; + d += 2; if (g_settings->getBool("increase_tool_range_plus")) d = 1000; |