Skip to content

Commit

Permalink
Merge pull request #30752 from Greevv/ferro-rail-fix
Browse files Browse the repository at this point in the history
Changed weight and volume values of the ferromagnetic rail ammo to be more realistic.
  • Loading branch information
Rivet-the-Zombie authored May 23, 2019
2 parents 2db2ed1 + 829967a commit 25389a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/ammo/metal_rail.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "AMMO",
"name": "rebar rail",
"description": "A short piece of ferromagnetic rebar which has been straightened and sharpened on one end. Could be used as a projectile by a sufficiently powerful electromagnetic weapon.",
"weight": 712,
"volume": 1,
"weight": 160,
"volume": "25ml",
"price": 1000,
"to_hit": -1,
"bashing": 5,
Expand All @@ -27,7 +27,7 @@
"type": "AMMO",
"name": "steel rail",
"description": "A short piece of steel which has been forged true and sharpened on one end. Could be used as a projectile by a sufficiently powerful electromagnetic weapon.",
"weight": 520,
"volume": "20ml",
"price": 1500,
"bashing": 4,
"cutting": 2,
Expand Down

0 comments on commit 25389a7

Please sign in to comment.