summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-26 12:09:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-26 12:09:30 -0700
commit6123ff2aa3971916615b6312bb53dd7a1fd45444 (patch)
tree001b89d958a873e50e602d8d91ce86b3e6b50fa0
parentAdjust MP5K-PDW volume downwards just like the MP5A2 (diff)
downloadcataclysm-dda-mod_hk-loadout-6123ff2aa3971916615b6312bb53dd7a1fd45444.tar.xz
Fix 12mm reloaded name to handmade
-rw-r--r--json/items/ammo/12mm.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json
index a1abb5e..e9edd84 100644
--- a/json/items/ammo/12mm.json
+++ b/json/items/ammo/12mm.json
@@ -4,7 +4,7 @@
"copy-from": "12mm",
"type": "AMMO",
"looks_like": "12mm",
- "name": { "str": "H&K 12mm, bootleg" },
+ "name": { "str": "H&K 12mm, handmade" },
"description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.",
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },