forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
7a64437e2e
commit
edf7bcfcd8
1 changed files with 6 additions and 6 deletions
|
@ -226,12 +226,12 @@ Config.Consumables = {
|
||||||
armour = 10,
|
armour = 10,
|
||||||
damageHealth = 5,
|
damageHealth = 5,
|
||||||
},
|
},
|
||||||
["vape"] = {
|
["vapejuice"] = {
|
||||||
label = 'vapen',
|
label = 'vapen',
|
||||||
duration = 30,
|
duration = 30,
|
||||||
requiredItem = 'vapejuice',
|
requiredItem = 'vape',
|
||||||
requiredLabel = 'Vape Juice',
|
requiredLabel = '',
|
||||||
returnItem = true,
|
returnItem = false,
|
||||||
returned = nil,
|
returned = nil,
|
||||||
amountReturned = 0,
|
amountReturned = 0,
|
||||||
dict = 'amb@world_human_smoking@male@male_b@base',
|
dict = 'amb@world_human_smoking@male@male_b@base',
|
||||||
|
@ -245,10 +245,10 @@ Config.Consumables = {
|
||||||
armour = 10,
|
armour = 10,
|
||||||
damageHealth = 0,
|
damageHealth = 0,
|
||||||
},
|
},
|
||||||
["pipe"] = {
|
["packtobbaco"] = {
|
||||||
label = 'Pfeife rauchen',
|
label = 'Pfeife rauchen',
|
||||||
duration = 2000,
|
duration = 2000,
|
||||||
requiredItem = 'packtobbaco',
|
requiredItem = 'pipe',
|
||||||
requiredLabel = '',
|
requiredLabel = '',
|
||||||
returnItem = false,
|
returnItem = false,
|
||||||
returned = nil,
|
returned = nil,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue