Skip to content

Commit

Permalink
Make both Hub 01 modular defense armors' holster pocket compatible wi…
Browse files Browse the repository at this point in the history
…th 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 CleverRaven#61357
  • Loading branch information
strategineer committed Mar 9, 2023
1 parent a52f23d commit 25c2eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/armor/robofac_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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" ] }
],
Expand Down

0 comments on commit 25c2eac

Please sign in to comment.