From 53fd457f8cb081b73e755844d1878de699a76a8d Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 2 Jan 2025 11:49:53 -0800
Subject: Various formatting fixes I found while porting this mod.

---
 json/items/magazine/46.json | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

(limited to 'json/items/magazine/46.json')

diff --git a/json/items/magazine/46.json b/json/items/magazine/46.json
index f033fc9..911a5b6 100644
--- a/json/items/magazine/46.json
+++ b/json/items/magazine/46.json
@@ -8,14 +8,15 @@
     "description": "A standard 20-round magazine for use with Heckler & Koch's proprietary 4.6x30mm round.",
     "weight": "100 g",
     "volume": "250 ml",
-    "price": 4700,
-    "price_postapoc": 100,
+    "price": "47 USD",
+    "price_postapoc": "1 USD",
     "material": [ "steel" ],
     "symbol": "#",
     "color": "light_gray",
     "ammo_type": [ "46" ],
-    "flags": [ "MAG_COMPACT" ],
-    "capacity": 20
+    "capacity": 20,
+    "reliability": 9,
+    "flags": [ "MAG_COMPACT" ]
   },
   {
     "id": "hk46bigmag",
-- 
cgit v1.2.1