From 89a67b1a40859464dd9a0d618a7453e5e4e4d563 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 12 Jan 2022 20:09:58 -0800 Subject: A gun cannot have two burst fire options, so fake it with auto. --- json/items/gun/473.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/items') 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 ], -- cgit v1.2.1