Skip to content

Commit

Permalink
Change LAPD's beat cops weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicSoapyBoi committed Aug 20, 2024
1 parent 48abb14 commit 979b0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions req/unit_weapons.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
return {
[("units/payday2/characters/ene_cop_3/ene_cop_3"):key()] = "r870",
[("units/payday2/characters/ene_cop_4/ene_cop_4"):key()] = "mp5",
[("units/pd2_dlc_rvd/characters/ene_la_cop_3/ene_la_cop_3"):key()] = "r870",
[("units/pd2_dlc_rvd/characters/ene_la_cop_4/ene_la_cop_4"):key()] = "mp5",
[("units/pd2_dlc_chas/characters/ene_male_chas_police_01/ene_male_chas_police_01"):key()] = {"c45", "raging_bull"},
[("units/pd2_dlc_chas/characters/ene_male_chas_police_02/ene_male_chas_police_02"):key()] = {"mp5", "r870"},
[("units/pd2_dlc_ranc/characters/ene_male_ranc_ranger_01/ene_male_ranc_ranger_01"):key()] = {"c45", "raging_bull"},
Expand Down

0 comments on commit 979b0a4

Please sign in to comment.