Fix wrong name for taser image

This commit is contained in:
BerkieBb
2021-06-30 18:14:55 +02:00
committed by GitHub
parent 1ed8c63cdb
commit d81a9663b5
+1 -1
View File
@@ -68,7 +68,7 @@ QBShared.Items = {
["weapon_sawnoffshotgun"] = {["name"] = "weapon_sawnoffshotgun", ["label"] = "Sawn-off Shotgun", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN", ["image"] = "weapon_sawnoffshotgun.png", ["unique"] = true, ["useable"] = false, ["description"] = "A sawn-off smoothbore gun for firing small shot at short range"},
["weapon_assaultshotgun"] = {["name"] = "weapon_assaultshotgun", ["label"] = "Assault Shotgun", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN", ["image"] = "weapon_assaultshotgun.png", ["unique"] = true, ["useable"] = false, ["description"] = "An assault version of asmoothbore gun for firing small shot at short range"},
["weapon_bullpupshotgun"] = {["name"] = "weapon_bullpupshotgun", ["label"] = "Bullpup Shotgun", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN", ["image"] = "weapon_bullpupshotgun.png", ["unique"] = true, ["useable"] = false, ["description"] = "A compact smoothbore gun for firing small shot at short range"},
["weapon_stungun"] = {["name"] = "weapon_stungun", ["label"] = "Taser", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_taser.png", ["unique"] = true, ["useable"] = false, ["description"] = "A weapon firing barbs attached by wires to batteries, causing temporary paralysis"},
["weapon_stungun"] = {["name"] = "weapon_stungun", ["label"] = "Taser", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_stungun.png", ["unique"] = true, ["useable"] = false, ["description"] = "A weapon firing barbs attached by wires to batteries, causing temporary paralysis"},
["weapon_sniperrifle"] = {["name"] = "weapon_sniperrifle", ["label"] = "Sniper Rifle", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER", ["image"] = "weapon_sniperrifle.png", ["unique"] = true, ["useable"] = false, ["description"] = "A high-precision, long-range rifle"},
["weapon_heavysniper"] = {["name"] = "weapon_heavysniper", ["label"] = "Heavy Sniper", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER", ["image"] = "weapon_heavysniper.png", ["unique"] = true, ["useable"] = false, ["description"] = "An upgraded high-precision, long-range rifle"},
["weapon_remotesniper"] = {["name"] = "weapon_remotesniper", ["label"] = "Remote Sniper", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER_REMOTE", ["image"] = "weapon_remotesniper.png", ["unique"] = true, ["useable"] = false, ["description"] = "A portable high-precision, long-range rifle"},