Skip to content

Commit

Permalink
Merge pull request #37727 from olanti-p/ammo-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in .50 BMG tracer ammo descriptions
  • Loading branch information
ZhilkinSerg authored Feb 5, 2020
2 parents b612db3 + a239687 commit 8b82342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/ammo/50.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"copy-from": "50bmg",
"type": "AMMO",
"name": ".50 BMG M17 tracer",
"description": "A tracer variant of the powerful .50 BMG round. Tracer rounds to help keep the weapon they are fired from on target at the risk of igniting flammable substances.",
"description": "A tracer variant of the powerful .50 BMG round. Tracer rounds help to keep the weapon they are fired from on target at the risk of igniting flammable substances.",
"count": 10,
"effects": [ "INCENDIARY" ],
"dispersion": 310
Expand Down Expand Up @@ -70,7 +70,7 @@
"copy-from": "50_incendiary",
"type": "AMMO",
"name": ".50 BMG tracer, reloaded",
"description": "A tracer variant of the powerful .50 BMG round. Tracer rounds to help keep the weapon they are fired from on target at the risk of igniting flammable substances. This one has been hand-reloaded.",
"description": "A tracer variant of the powerful .50 BMG round. Tracer rounds help to keep the weapon they are fired from on target at the risk of igniting flammable substances. This one has been hand-reloaded.",
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand Down

0 comments on commit 8b82342

Please sign in to comment.