From 600db4167c8d6cb8dffed552908776a01937dbda Mon Sep 17 00:00:00 2001 From: Kaelum Date: Sun, 13 Mar 2022 22:54:49 -0400 Subject: [PATCH] Fixed Remington ACR .223 description. The description for the .223 variant of the ACR was that of the MK 18 CQBR. I swapped it with the one from it's .300 BLK counterpart, minus the .300 BLK specific part. --- data/json/items/gun/223.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/gun/223.json b/data/json/items/gun/223.json index 03b3286d468c7..0991e13cf28d3 100644 --- a/data/json/items/gun/223.json +++ b/data/json/items/gun/223.json @@ -477,7 +477,7 @@ { "id": "acr", "name": { "str": "Remington ACR" }, - "description": "This is a shorter M4 carbine with a 10.3 inch barrel, intended for confined spaces and close quarters battle situations." + "description": "This carbine was developed for military use in the early 21st century. It is damaging and accurate, though its rate of fire is a bit slower than competing carbines." } ], "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 4 ] ]