Skip to content

Commit

Permalink
Merge pull request #29198 from davidpwbrown/grenade_launcher_fix
Browse files Browse the repository at this point in the history
Fix damaged 40mm launcher dropping grenade at your feet
  • Loading branch information
ZhilkinSerg authored Apr 1, 2019
2 parents d3067e8 + 91c70b0 commit 7a254f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/ammo/40mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ammo_type": "40mm",
"casing": "40mm_casing",
"range": 40,
"damage": 5,
"damage": 80,
"dispersion": 30,
"recoil": 225,
"effects": [ "COOKOFF", "NEVER_MISFIRES" ]
Expand Down Expand Up @@ -84,7 +84,7 @@
"name": "40mm buckshot",
"description": "A 40mm shell with a powerful buckshot load, designed to be used as alternative to shotguns or when breaching barricades and other obstacles.",
"range": 12,
"damage": 70,
"damage": 85,
"recoil": 525,
"extend": { "effects": [ "SHOT" ] }
},
Expand Down

0 comments on commit 7a254f5

Please sign in to comment.