From 2c1a3fd9dac895c3b8f3ba56d493d2f2b063bf64 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 18 Jun 2024 14:04:47 -0700 Subject: Fix unpack message for army winter coat. And clean up its note. --- json/items/armor/coats.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items') diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json index 14f23b1..84d565f 100644 --- a/json/items/armor/coats.json +++ b/json/items/armor/coats.json @@ -378,10 +378,10 @@ "flags": [ "VARSIZE", "POCKETS", "OUTER", "WATERPROOF" ], "use_action": { "type": "transform", - "msg": "You pack the %s hood.", + "msg": "You pack the army winter jacket hood.", "target": "winter_jacket_army", "menu_text": "Pack hood" }, - "//": "Entirely overwrite to allow a transformation. Workaround as armor_portion_data cannot be modified in a copy_from." + "//": "Entirely overwrite as workaround due to armor_portion_data." } ] -- cgit v1.2.1