From c66fb136398007db556c5592d450c506839d2d38 Mon Sep 17 00:00:00 2001 From: Deserty0 <86846189+Deserty0@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:10:56 +1000 Subject: [PATCH] Belt slots now depending on pants (#202) * Update human_inventory_template.yml * And key slot --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> --- .../_CP14/InventoryTemplates/human_inventory_template.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml index 5a35565f5f..991fbd9b1e 100644 --- a/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml @@ -78,6 +78,7 @@ slotGroup: SecondHotbar uiWindowPos: 0,0 strippingWindowPos: 0,4 + dependsOn: pants displayName: Belt - name: keys slotTexture: keys @@ -85,6 +86,7 @@ slotGroup: SecondHotbar uiWindowPos: 0,0 strippingWindowPos: 2,5 + dependsOn: pants displayName: Keys stripHidden: true - name: back @@ -120,4 +122,5 @@ slotGroup: MainHotbar uiWindowPos: 2,0 strippingWindowPos: 2,4 - displayName: Belt \ No newline at end of file + dependsOn: pants + displayName: Belt