diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-06 19:03:51 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-06 19:03:51 -0700 |
commit | 8450a8f8ca1715e81cf31c5d87735f77161bb89e (patch) | |
tree | ebae8731558f3cfa7d21e99442d3a70d73f04007 | |
parent | Add the UMP9 and UMP40 plus magazines and itemgroups. (diff) | |
download | cataclysm-bn-mod_hk-loadout-8450a8f8ca1715e81cf31c5d87735f77161bb89e.tar.xz |
Remove the redundant 'railgun' from the H&K G80 name.
-rw-r--r-- | json/items/gun/12mm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/gun/12mm.json b/json/items/gun/12mm.json index 0cffa6b..e6e129c 100644 --- a/json/items/gun/12mm.json +++ b/json/items/gun/12mm.json @@ -3,7 +3,7 @@ "id": "hk_g80", "copy-from": "hk_g80", "type": "GUN", - "name": { "str": "H&K G80 railgun" }, + "name": { "str": "H&K G80" }, "valid_mod_locations": [ [ "accessories", 4 ], [ "emitter", 1 ], |