Skip to content

Commit 5ba22c2

Browse files
committed
Update weapon prices
These have actually been out of date for a while
1 parent 65b1455 commit 5ba22c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/weapon.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ static std::unordered_map<std::string, WeaponInfo_t> s_WeaponMap = {
2929
{"weapon_ak47", {"weapon_ak47", 7, 2, GEAR_SLOT_RIFLE, 2700, "AK-47", {"ak47", "ak"}} },
3030
{"weapon_aug", {"weapon_aug", 8, 3, GEAR_SLOT_RIFLE, 3300, "AUG", {"aug"}} },
3131
{"weapon_awp", {"weapon_awp", 9, 0, GEAR_SLOT_RIFLE, 4750, "AWP", {"awp"}} },
32-
{"weapon_famas", {"weapon_famas", 10, 3, GEAR_SLOT_RIFLE, 2050, "Famas", {"famas"}} },
32+
{"weapon_famas", {"weapon_famas", 10, 3, GEAR_SLOT_RIFLE, 1950, "Famas", {"famas"}} },
3333
{"weapon_g3sg1", {"weapon_g3sg1", 11, 2, GEAR_SLOT_RIFLE, 5000, "G3SG1", {"g3sg1"}} },
3434
{"weapon_galilar", {"weapon_galilar", 13, 2, GEAR_SLOT_RIFLE, 1800, "Galil AR", {"galilar", "galil"}} },
3535
{"weapon_m249", {"weapon_m249", 14, 0, GEAR_SLOT_RIFLE, 5200, "M249", {"m249"}} },
36-
{"weapon_m4a1", {"weapon_m4a1", 16, 3, GEAR_SLOT_RIFLE, 3100, "M4A4", {"m4a4"}} },
36+
{"weapon_m4a1", {"weapon_m4a1", 16, 3, GEAR_SLOT_RIFLE, 2900, "M4A4", {"m4a4"}} },
3737
{"weapon_mac10", {"weapon_mac10", 17, 2, GEAR_SLOT_RIFLE, 1050, "MAC-10", {"mac10"}} },
3838
{"weapon_p90", {"weapon_p90", 19, 0, GEAR_SLOT_RIFLE, 2350, "P90", {"p90"}} },
3939
{"weapon_mp5sd", {"weapon_mp5sd", 23, 0, GEAR_SLOT_RIFLE, 1500, "MP5-SD", {"mp5sd", "mp5"}} },

0 commit comments

Comments
 (0)