give bow a bit more power...

This commit is contained in:
Brandon 2020-07-20 19:49:10 -04:00
parent 843f2d2a80
commit 31f57a51e0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local PLAYER_USE_BOW_SPEED = tonumber(minetest.settings:get("movement_speed_crou
-- TODO: Use Minecraft speed (ca. 53 m/s) -- 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. -- 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. --[[ Store the charging state of each player.
keys: player name keys: player name