Skip to content

Commit

Permalink
Merge pull request #1563 from Kenshiin13/bottom-dollar-bounties-dlc-w…
Browse files Browse the repository at this point in the history
…eapons

feat(es_extended/shared/config/weapons): add bottom dollar bounties dlc weapons
  • Loading branch information
Kenshiin13 authored Dec 31, 2024
2 parents 7d76cd5 + 88f9ac8 commit 94efb30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions [core]/es_extended/locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions [core]/es_extended/shared/config/weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 94efb30

Please sign in to comment.