summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 14:04:47 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 14:04:47 -0700
commit2c1a3fd9dac895c3b8f3ba56d493d2f2b063bf64 (patch)
tree6c35ddf7404dc50cf79ad36c53a86f984999ca18 /json
parentAlso fix army winter gloves lacking WATERPROOF. (diff)
downloadcataclysm-bn-mod_armor-rebalance-2c1a3fd9dac895c3b8f3ba56d493d2f2b063bf64.tar.xz
Fix unpack message for army winter coat. And clean up its note.
Diffstat (limited to 'json')
-rw-r--r--json/items/armor/coats.json4
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."
}
]