diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 21:19:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 21:19:09 -0700 |
commit | b2133c53d10643b23e609624925e53e1ade0b01e (patch) | |
tree | b9d8f8c95001818571410e4c67f82e900f00770d /json/items/armor/swimming.json | |
parent | Add and fix many vanilla items. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-b2133c53d10643b23e609624925e53e1ade0b01e.tar.xz |
Fix several typos.
Diffstat (limited to 'json/items/armor/swimming.json')
-rw-r--r-- | json/items/armor/swimming.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/armor/swimming.json b/json/items/armor/swimming.json index 3ae39f4..f6aad57 100644 --- a/json/items/armor/swimming.json +++ b/json/items/armor/swimming.json @@ -9,5 +9,5 @@ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }, { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 10, 12 ] } ] - }, + } ] |