diff options
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/coats.json | 4 |
1 files changed, 2 insertions, 2 deletions
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." } ] |