Update handheld.lua

This commit is contained in:
Elkien3 2021-05-12 17:36:56 -05:00
parent 2a1e3c48eb
commit 3a2da065b6

View File

@ -1,5 +1,5 @@
local flashlight_max_charge = 1800
local flashlight_charge_per_second = 1
local flashlight_max_charge = 30000
local flashlight_charge_per_second = 16
local function check_for_flashlight(player)
if player == nil then