Skip to content

Commit e115876

Browse files
committed
tweak: breathalyzer drunk lvl
1 parent 8ca4efe commit e115876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ RegisterNetEvent("ND_Status:setBAC", function(status)
1515
status = 100
1616
end
1717

18-
local lvl = status*(math.random(6, 10)/1000)
18+
local lvl = status*(math.random(6, 10)/2000)
1919
exports["Breathalyzer"]:setBAC(src, lvl)
2020
end)

0 commit comments

Comments
 (0)