Skip to content

Commit

Permalink
Merge pull request #51833 from tinkerng/fuji_mil_prof_mbr_fix
Browse files Browse the repository at this point in the history
[Fuji_Mil_Prof] Removes Lingering MBRs and Further Fixes #44207
  • Loading branch information
Rivet-the-Zombie authored Sep 24, 2021
2 parents 11e9ead + 8174fec commit 893df25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/mods/Fuji_Mil_Prof/npc/NC_ARMY.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"entries": [
{ "item": "null", "prob": 60 },
{ "item": "jacket_army", "prob": 40 },
{ "item": "modularveststeel", "prob": 10 },
{ "item": "modularvestceramic", "prob": 40 },
{ "item": "ballistic_vest_esapi", "prob": 10 },
{ "item": "tacvest", "prob": 40 },
{ "item": "kevlar", "prob": 20 },
{ "item": "chestrig", "prob": 30 }
]
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Fuji_Mil_Prof/npc/NC_OPS.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
[ "null", 60 ],
[ "jacket_army", 40 ],
[ "cloak", 20 ],
[ "modularveststeel", 10 ],
[ "modularvestceramic", 40 ],
[ "ballistic_vest_esapi", 10 ],
[ "tacvest", 40 ],
[ "kevlar", 20 ],
[ "chestrig", 30 ]
]
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Fuji_Mil_Prof/prof/army.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"items": [
"pants_army",
"tank_top",
"modularvestceramic",
"tacvest",
"glasses_bal",
"knee_pads",
"elbow_pads",
Expand Down Expand Up @@ -160,7 +160,7 @@
"tac_fullhelmet",
"pants_army",
"tshirt",
"modularveststeel",
"ballistic_vest_esapi",
"armguard_hard",
"legguard_hard",
"grenadebandolier",
Expand Down

0 comments on commit 893df25

Please sign in to comment.