From 25c2eac91a0571936a73a85a803562639c8ed499 Mon Sep 17 00:00:00 2001 From: strategineer Date: Thu, 9 Mar 2023 13:21:03 -0500 Subject: [PATCH] Make both Hub 01 modular defense armors' holster pocket compatible with robofac_gun_57 and robofac_gun_46 HWP conversion kits. Making this change because this is the expected behavior (from what I can tell). fixes #61357 --- data/json/items/armor/robofac_armor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/armor/robofac_armor.json b/data/json/items/armor/robofac_armor.json index 521bab2bd4382..cb663c17d96db 100644 --- a/data/json/items/armor/robofac_armor.json +++ b/data/json/items/armor/robofac_armor.json @@ -86,7 +86,7 @@ "moves": 200, "holster": true, "description": "Strap for a gun barrel.", - "item_restriction": [ "robofac_gun_ar", "robofac_gun_smg", "robofac_gun_dmr", "robofac_gun_shotgun", "robofac_gun_exodii" ] + "item_restriction": [ "robofac_gun_ar", "robofac_gun_smg", "robofac_gun_dmr", "robofac_gun_shotgun", "robofac_gun_exodii", "robofac_gun_57", "robofac_gun_46" ] } ], "armor": [ @@ -179,7 +179,7 @@ "moves": 200, "holster": true, "description": "Strap for a gun barrel.", - "item_restriction": [ "robofac_gun_ar", "robofac_gun_smg", "robofac_gun_dmr", "robofac_gun_shotgun", "robofac_gun_exodii" ] + "item_restriction": [ "robofac_gun_ar", "robofac_gun_smg", "robofac_gun_dmr", "robofac_gun_shotgun", "robofac_gun_exodii", "robofac_gun_57", "robofac_gun_46" ] }, { "pocket_type": "MAGAZINE_WELL", "rigid": true, "item_restriction": [ "medium_atomic_battery_cell" ] } ],