mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
feat(es_extended/shared/config/weapons): add bottom dollar bounties dlc weapons
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user