Skip to content

Commit

Permalink
team_chest: Fix score for swords (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Themostrandom authored Nov 17, 2024
1 parent a01635a commit 60e8801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/ctf/ctf_teams/team_chest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ local blacklist = {


local item_value = {
["default:sword_diamond" ] = 16,
["default:sword_mese" ] = 13,
["ctf_melee:sword_diamond" ] = 16,
["ctf_melee:sword_mese" ] = 13,
["ctf_ranged:shotgun_loaded" ] = 12,
["ctf_ranged:shotgun" ] = 10,
["ctf_ranged:sniper_magnum_loaded"] = 10,
Expand Down

0 comments on commit 60e8801

Please sign in to comment.