diff options
-rw-r--r-- | json/items/gun/12mm.json | 2 | ||||
-rw-r--r-- | json/items/gun/45.json | 3 | ||||
-rw-r--r-- | json/items/gun/46.json | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/json/items/gun/12mm.json b/json/items/gun/12mm.json index e6e129c..9466bad 100644 --- a/json/items/gun/12mm.json +++ b/json/items/gun/12mm.json @@ -3,7 +3,7 @@ "id": "hk_g80", "copy-from": "hk_g80", "type": "GUN", - "name": { "str": "H&K G80" }, + "name": { "str_sp": "H&K G80" }, "valid_mod_locations": [ [ "accessories", 4 ], [ "emitter", 1 ], diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 22176ff..5bbf3c0 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -1,6 +1,7 @@ [ { "id": "usp_45", + "//": "Modding this gun requires changing vanilla game files. :/ Upstream needs to get their copy-from load order problems fixed.", "copy-from": "pistol_base", "type": "GUN", "name": { "str_sp": "H&K USP .45" }, @@ -41,7 +42,7 @@ "id": "hk_ump45", "copy-from": "smg_base", "type": "GUN", - "name": { "str": "H&K UMP45" }, + "name": { "str_sp": "H&K UMP45" }, "description": "Developed as a successor to the MP5 submachine gun, the UMP45 retains the earlier model's supreme accuracy and low recoil, but in the higher .45 caliber.", "weight": "2300 g", "volume": "1250 ml", diff --git a/json/items/gun/46.json b/json/items/gun/46.json index e32ac15..4ba3308 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -42,7 +42,7 @@ "id": "hk_mp7", "copy-from": "smg_base", "type": "GUN", - "name": { "str": "H&K MP7A2" }, + "name": { "str_sp": "H&K MP7A2" }, "description": "Designed as a personal defense weapon, the MP7 fires the high-powered 4.6x30mm round while being lightweight, compact in size, and practically recoil-free.", "weight": "1960 g", "volume": "1000 ml", |