feat(es_extended/shared/config/weapons): add bottom dollar bounties dlc weapons

This commit is contained in:
Kenshin13
2024-12-31 23:03:57 +01:00
parent 7d76cd5715
commit 88f9ac87bf
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -245,6 +245,8 @@ Locales["en"] = {
["weapon_snowlauncher"] = "Snow Launcher",
["weapon_hackingdevice"] = "Hacking Device",
-- Bottom Dollar Bounties DLC
["weapon_stunrod"] = "The Shocker",
-- Thrown
["weapon_ball"] = "Baseball",
@@ -289,6 +289,7 @@ Config.Weapons = {
},
},
{ name = "WEAPON_STUNGUN", label = TranslateCap("weapon_stungun"), tints = Config.DefaultWeaponTints, components = {} },
{ name = "WEAPON_STUNROD", label = TranslateCap("weapon_stunrod"), tints = Config.DefaultWeaponTints, components = {} },
{ name = "WEAPON_RAYPISTOL", label = TranslateCap("weapon_raypistol"), tints = Config.DefaultWeaponTints, components = {} },
{
name = "WEAPON_VINTAGEPISTOL",