mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
give bow a bit more power...
This commit is contained in:
parent
843f2d2a80
commit
31f57a51e0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ local PLAYER_USE_BOW_SPEED = tonumber(minetest.settings:get("movement_speed_crou
|
|||
|
||||
-- TODO: Use Minecraft speed (ca. 53 m/s)
|
||||
-- Currently nerfed because at full speed the arrow would easily get out of the range of the loaded map.
|
||||
local BOW_MAX_SPEED = 26
|
||||
local BOW_MAX_SPEED = 40
|
||||
|
||||
--[[ Store the charging state of each player.
|
||||
keys: player name
|
||||
|
|
Loading…
Reference in a new issue