From 09b1164e15a395a9fd9ace12e61860394b583eb6 Mon Sep 17 00:00:00 2001 From: Tracid Date: Sat, 17 Mar 2018 07:38:26 +0100 Subject: [PATCH 1/3] Add Doomsday Weapons. --- config.weapons.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.weapons.lua b/config.weapons.lua index ec1327ce..c16f019c 100644 --- a/config.weapons.lua +++ b/config.weapons.lua @@ -77,4 +77,13 @@ Config.Weapons = { { name = 'WEAPON_FLASHLIGHT', label = _U('weapon_flashlight') }, { name = 'GADGET_NIGHTVISION', label = _U('gadget_nightvision') }, { name = 'GADGET_PARACHUTE', label = _U('gadget_parachute') }, + { name = 'WEAPON_FLARE', label = _U('weapon_flare') }, + { name = 'WEAPON_SNSPISTOL_MK2', label = _U('weapon_snspistol_mk2') }, + { name = 'WEAPON_REVOLVER_MK2', label = _U('weapon_revolver_mk2') }, + { name = 'WEAPON_DOUBLEACTION', label = _U('weapon_doubleaction') }, + { name = 'WEAPON_SPECIALCARBINE_MK2', label = _U('weapon_specialcarabine_mk2') }, + { name = 'WEAPON_BULLPUPRIFLE_MK2', label = _U('weapon_bullpruprifle_mk2') }, + { name = 'WEAPON_PUMPSHOTGUN_MK2', label = _U('weapon_pumpshotgun_mk2') }, + { name = 'WEAPON_MARKSMANRIFLE_MK2 ', label = _U('weapon_marksmanrifle_mk2') }, + } From 0b23dde6c831ad4256cc6ea68eb7f8ccd2ab6447 Mon Sep 17 00:00:00 2001 From: Tracid Date: Sat, 17 Mar 2018 13:44:32 +0100 Subject: [PATCH 2/3] Update config.weapons.lua --- config.weapons.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.weapons.lua b/config.weapons.lua index c16f019c..cd1567df 100644 --- a/config.weapons.lua +++ b/config.weapons.lua @@ -84,6 +84,6 @@ Config.Weapons = { { name = 'WEAPON_SPECIALCARBINE_MK2', label = _U('weapon_specialcarabine_mk2') }, { name = 'WEAPON_BULLPUPRIFLE_MK2', label = _U('weapon_bullpruprifle_mk2') }, { name = 'WEAPON_PUMPSHOTGUN_MK2', label = _U('weapon_pumpshotgun_mk2') }, - { name = 'WEAPON_MARKSMANRIFLE_MK2 ', label = _U('weapon_marksmanrifle_mk2') }, + { name = 'WEAPON_MARKSMANRIFLE_MK2', label = _U('weapon_marksmanrifle_mk2') }, } From 2434eaee00d690b4a9b00460a2493cc876879c12 Mon Sep 17 00:00:00 2001 From: Tracid Date: Sat, 17 Mar 2018 16:10:13 +0100 Subject: [PATCH 3/3] Update config.weapons.lua --- config.weapons.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.weapons.lua b/config.weapons.lua index cd1567df..04546755 100644 --- a/config.weapons.lua +++ b/config.weapons.lua @@ -85,5 +85,10 @@ Config.Weapons = { { name = 'WEAPON_BULLPUPRIFLE_MK2', label = _U('weapon_bullpruprifle_mk2') }, { name = 'WEAPON_PUMPSHOTGUN_MK2', label = _U('weapon_pumpshotgun_mk2') }, { name = 'WEAPON_MARKSMANRIFLE_MK2', label = _U('weapon_marksmanrifle_mk2') }, - + { name = 'WEAPON_ASSAULTRIFLE_MK2', label = _U('weapon_assaultrifle_mk2') }, + { name = 'WEAPON_CARBINERIFLE_MK2', label = _U('weapon_carbinerifle_mk2') }, + { name = 'WEAPON_COMBATMG_MK2', label = _U('weapon_combatmg_mk2') }, + { name = 'WEAPON_HEAVYSNIPER_MK2', label = _U('weapon_heavysniper_mk2') }, + { name = 'WEAPON_PISTOL_MK2', label = _U('weapon_pistol_mk2') }, + { name = 'WEAPON_SMG_MK2', label = _U('weapon_smg_mk2') }, }