From 4eefcce244cb575ece839c625c334ce048057d3b Mon Sep 17 00:00:00 2001 From: Benjamin Mauer Date: Tue, 22 Oct 2024 04:01:54 -0400 Subject: [PATCH] Removes the hoodie pocket from cropped hoodies Adds a delete entry to cropped hoodies for the pockets flag, as they physically lack the area where the kangaroo pocket is. --- data/json/items/armor/torso_clothes.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/armor/torso_clothes.json b/data/json/items/armor/torso_clothes.json index d24c25f34043e..1936d5519a8cc 100644 --- a/data/json/items/armor/torso_clothes.json +++ b/data/json/items/armor/torso_clothes.json @@ -921,6 +921,7 @@ { "id": "hoodie_cropped", "copy-from": "hoodie", + "delete": { "flags": [ "POCKETS" ] }, "type": "ARMOR", "name": { "str": "cropped hoodie" }, "description": "A sweatshirt with a hood, cropped to expose the stomach.",