From bced45dd787ea066a21316f5f4451031365bea6b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 01:22:27 -0700 Subject: Remove max_encumbrance on polo shirt as it has no storage. --- json/items/armor/torso_clothes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items') diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json index fef38b1..298d303 100644 --- a/json/items/armor/torso_clothes.json +++ b/json/items/armor/torso_clothes.json @@ -15,8 +15,8 @@ "type": "ARMOR", "name": { "str": "polo shirt" }, "armor_portion_data": [ - { "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 5, 7 ] }, - { "covers": [ "arms" ], "coverage": 30, "encumbrance": [ 5, 5 ] } + { "covers": [ "torso" ], "coverage": 90, "encumbrance": 7 }, + { "covers": [ "arms" ], "coverage": 30, "encumbrance": 5 } ], "//": "Add arms coverage." } -- cgit v1.2.1