Skip to content

Commit ec437dc

Browse files
committed
Update config.lua
1 parent 8568537 commit ec437dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alcoholism/config.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,23 +223,23 @@ lia.config.add("AlcoholRagdollThreshold", "Alcohol Ragdoll Threshold", 80, nil,
223223
max = 100
224224
})
225225

226-
lia.config.add("AlcoholRagdollMin", "Alcohol Ragdoll Min", 60, nil, {
226+
lia.config.add("AlcoholRagdollMin", "Alcohol Ragdoll Min", 10, nil, {
227227
desc = "Minimum seconds before another ragdoll can occur.",
228228
category = "Alcoholism",
229229
type = "Int",
230230
min = 1,
231231
max = 600
232232
})
233233

234-
lia.config.add("AlcoholRagdollMax", "Alcohol Ragdoll Max", 120, nil, {
234+
lia.config.add("AlcoholRagdollMax", "Alcohol Ragdoll Max", 15, nil, {
235235
desc = "Maximum seconds before another ragdoll can occur.",
236236
category = "Alcoholism",
237237
type = "Int",
238238
min = 1,
239239
max = 600
240240
})
241241

242-
lia.config.add("AlcoholRagdollChance", "Alcohol Ragdoll Chance", 35, nil, {
242+
lia.config.add("AlcoholRagdollChance", "Alcohol Ragdoll Chance", 5, nil, {
243243
desc = "Chance percentage that a ragdoll fall happens when threshold is met.",
244244
category = "Alcoholism",
245245
type = "Int",

0 commit comments

Comments
 (0)