forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
e8df587318
commit
059769c977
1 changed files with 3 additions and 3 deletions
|
@ -190,7 +190,7 @@ Config.Consumables = {
|
|||
},
|
||||
["cigs"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 20,
|
||||
duration = 25,
|
||||
requiredItem = 'lighter',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
|
@ -209,7 +209,7 @@ Config.Consumables = {
|
|||
},
|
||||
["zig"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 10,
|
||||
duration = 20,
|
||||
requiredItem = 'lighter',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
|
@ -228,7 +228,7 @@ Config.Consumables = {
|
|||
},
|
||||
["cigar"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 40,
|
||||
duration = 60,
|
||||
requiredItem = 'lighter',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue