summaryrefslogtreecommitdiff
path: root/json/items/gun/45.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-15 19:35:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-15 19:35:03 -0700
commit76d8d93ec40375e0648efb7ac7c02640df34aaa4 (patch)
tree2c42d69e114d8b857afd54f335fd17c4525f59b1 /json/items/gun/45.json
parentUpdated for removal of specialized gunpowders from BN (diff)
downloadcataclysm-dda-mod_hk-loadout-76d8d93ec40375e0648efb7ac7c02640df34aaa4.tar.xz
Convert semi-auto to semi, and 2/3/4 rd. to burst
Diffstat (limited to 'json/items/gun/45.json')
-rw-r--r--json/items/gun/45.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 34ddb05..2b32d68 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -11,6 +11,6 @@
"copy-from": "hk_ump45",
"type": "GUN",
"name": { "str": "H&K UMP45", "str_pl": "H&K UMP45" },
- "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "2 rd.", 2 ], [ "AUTO", "auto", 4 ] ]
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
}
]