diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:13:02 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:13:02 -0800 |
commit | 5716e390e6676fb5accd2c8bfdd37b04da8ca256 (patch) | |
tree | 59a0414d6503c67bd64a140436a918ff0aa4441f /json | |
parent | Rebalance the survivor belt. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-5716e390e6676fb5accd2c8bfdd37b04da8ca256.tar.xz |
Reword explanation for armored sandals.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/armor/boots.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/armor/boots.json b/json/items/armor/boots.json index 53e1452..5ed7d72 100644 --- a/json/items/armor/boots.json +++ b/json/items/armor/boots.json @@ -61,6 +61,6 @@ "copy-from": "sandal_armor", "type": "ARMOR", "name": { "str": "pair of armored sandals", "str_pl": "pairs of armored sandals" }, - "//": "Add the mising 'pair of' to the name." + "//": "Restore the str and str_pl names." } ] |