diff --git a/resources/[inventory]/lusty94_smoking/shared/config.lua b/resources/[inventory]/lusty94_smoking/shared/config.lua index 419d9eda1..bf8ca47ec 100644 --- a/resources/[inventory]/lusty94_smoking/shared/config.lua +++ b/resources/[inventory]/lusty94_smoking/shared/config.lua @@ -204,7 +204,7 @@ Config.Consumables = { pos = vec3(0.0, 0.0, 0.0), rot = vec3(0.0, 0.0, 0.0), stress = 25, - armour = 10, + armour = 0, damageHealth = 5, }, ["zig"] = { @@ -223,7 +223,7 @@ Config.Consumables = { pos = vec3(0.0, 0.0, 0.0), rot = vec3(0.0, 0.0, 0.0), stress = 25, - armour = 10, + armour = 0, damageHealth = 5, }, ["cigar"] = { @@ -242,7 +242,7 @@ Config.Consumables = { pos = vec3(0.0, 0.0, 0.0), rot = vec3(0.0, 0.0, 0.0), stress = 25, - armour = 10, + armour = 0, damageHealth = 5, }, ["vapejuice"] = { @@ -261,7 +261,7 @@ Config.Consumables = { pos = vec3(-0.029, 0.007, -0.005), rot = vec3(91.0, 270.0, -180.0), stress = 25, - armour = 10, + armour = 0, damageHealth = 0, }, ["packtobbaco"] = { @@ -280,7 +280,7 @@ Config.Consumables = { pos = vec3(-0.07, 0.13, 0.05), rot = vec3(-20.0, 70.0, -36.0), stress = 25, - armour = 10, + armour = 0, damageHealth = 0, }, ["lolli"] = { @@ -299,10 +299,28 @@ Config.Consumables = { pos = vec3(-0.07, 0.13, 0.05), rot = vec3(-20.0, 70.0, -36.0), stress = 25, - armour = 10, + armour = 0, + damageHealth = 0, + }, + ["droelfbar"] = { + label = 'vapen', + duration = 30, + requiredItem = false, + requiredLabel = '', + returnItem = false, + returned = nil, + amountReturned = 0, + dict = 'amb@world_human_smoking@male@male_b@base', + anim = 'base', + flags = 49, + prop = 'xm3_prop_xm3_vape_01a', + bone = 28422, + pos = vec3(-0.029, 0.007, -0.005), + rot = vec3(91.0, 270.0, -180.0), + stress = 25, + armour = 0, damageHealth = 0, }, - }