From 53bd75a8de337707164bcd6234da27437de15c12 Mon Sep 17 00:00:00 2001 From: SMVampire Date: Sun, 16 May 2021 16:46:06 -0400 Subject: [PATCH] fix(config.weapons.lua): Missing WEAPON_SMG --- config.weapons.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.weapons.lua b/config.weapons.lua index dce95ecf..07472617 100644 --- a/config.weapons.lua +++ b/config.weapons.lua @@ -506,6 +506,21 @@ Config.Weapons = { {name = 'clip_extended', label = _U('component_clip_extended'), hash = `COMPONENT_MINISMG_CLIP_02`} } }, + { + name = 'WEAPON_SMG', + label = _U('weapon_smg'), + ammo = {label = _U('ammo_rounds'), hash = `AMMO_SMG`}, + tints = Config.DefaultWeaponTints, + components = { + {name = 'clip_default', label = _U('component_clip_default'), hash = `COMPONENT_SMG_CLIP_01`}, + {name = 'clip_extended', label = _U('component_clip_extended'), hash = `COMPONENT_SMG_CLIP_02`}, + {name = 'clip_drum', label = _U('component_clip_drum'), hash = `COMPONENT_SMG_CLIP_03`}, + {name = 'flashlight', label = _U('component_flashlight'), hash = `COMPONENT_AT_AR_FLSH`}, + {name = 'scope', label = _U('component_scope'), hash = `COMPONENT_AT_SCOPE_MACRO_02`}, + {name = 'suppressor', label = _U('component_suppressor'), hash = `COMPONENT_AT_PI_SUPP`}, + {name = 'luxary_finish', label = _U('component_luxary_finish'), hash = `COMPONENT_SMG_VARMOD_LUXE`} + } + }, { name = 'WEAPON_SMG_MK2', label = _U('weapon_smg_mk2'),