diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index b980f6956..3925066ab 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -2972,7 +2972,7 @@ itemsData = { }, weapon_pocketlight = { useable = true, - weight = 100, + weight = 400, type = 'weapon', unique = true, description = '', diff --git a/resources/[inventory]/tgiann-inventory/items/weapons.lua b/resources/[inventory]/tgiann-inventory/items/weapons.lua index b6b9ca315..d18303b26 100644 --- a/resources/[inventory]/tgiann-inventory/items/weapons.lua +++ b/resources/[inventory]/tgiann-inventory/items/weapons.lua @@ -5,7 +5,7 @@ local weaponsList = { weapon_bat = { name = 'weapon_bat', label = 'Bat', weight = 1000, ammotype = nil, image = 'weapon_bat.png', description = 'Used for hitting a ball in sports (or other things)' }, weapon_bottle = { name = 'weapon_bottle', label = 'Broken Bottle', weight = 1000, ammotype = nil, image = 'weapon_bottle.png', description = 'A broken bottle' }, weapon_crowbar = { name = 'weapon_crowbar', label = 'Crowbar', weight = 1000, ammotype = nil, image = 'weapon_crowbar.png', description = 'An iron bar with a flattened end, used as a lever' }, - weapon_flashlight = { name = 'weapon_flashlight', label = 'Flashlight', weight = 1000, ammotype = nil, image = 'weapon_flashlight.png', description = 'A battery-operated portable light' }, + weapon_flashlight = { name = 'weapon_flashlight', label = 'Taschenlampe', weight = 1000, ammotype = nil, image = 'weapon_flashlight.png', description = 'A battery-operated portable light' }, weapon_golfclub = { name = 'weapon_golfclub', label = 'Golfclub', weight = 1000, ammotype = nil, image = 'weapon_golfclub.png', description = 'A club used to hit the ball in golf' }, weapon_hammer = { name = 'weapon_hammer', label = 'Hammer', weight = 1000, ammotype = nil, image = 'weapon_hammer.png', description = 'Used for jobs such as breaking things (legs) and driving in nails' }, weapon_hatchet = { name = 'weapon_hatchet', label = 'Hatchet', weight = 1000, ammotype = nil, image = 'weapon_hatchet.png', description = 'A small axe with a short handle for use in one hand' },