diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-12 20:09:58 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-12 20:09:58 -0800 |
commit | 89a67b1a40859464dd9a0d618a7453e5e4e4d563 (patch) | |
tree | c3afe313806b702d88c6ad72dc04d85ebc06d309 | |
parent | G11 and CAWS are bullpup, so remove the stock gunmod slots. (diff) | |
download | cataclysm-bn-mod_hk-loadout-89a67b1a40859464dd9a0d618a7453e5e4e4d563.tar.xz |
A gun cannot have two burst fire options, so fake it with auto.
-rw-r--r-- | json/items/gun/473.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/gun/473.json b/json/items/gun/473.json index d979899..4ceddc1 100644 --- a/json/items/gun/473.json +++ b/json/items/gun/473.json @@ -19,7 +19,7 @@ "skill": "rifle", "dispersion": 120, "durability": 9, - "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 3 ], [ "BURST", "burst2x", 6 ] ], + "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 3 ], [ "AUTO", "burst2x", 6 ] ], "valid_mod_locations": [ [ "accessories", 4 ], [ "grip", 1 ], |