diff options
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/bandolier.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/items/armor/bandolier.json b/json/items/armor/bandolier.json index 20d061a..955dd1e 100644 --- a/json/items/armor/bandolier.json +++ b/json/items/armor/bandolier.json @@ -44,6 +44,7 @@ "valid_mods": [ "resized_large" ], "flags": [ "WATER_FRIENDLY", "BELTED", "COMPACT" ], "//": "I don't agree with making this a leg pouch. Revert to torso. And overwrite to prevent it sometimes being sided.", - "//2": "Also reduce the minimum stored item volume to facilitate items with less lazily rounded volumes." + "//2": "Also reduce the minimum stored item volume to facilitate items with less lazily rounded volumes.", + "//3": "Add encumbrance values to prevent it falling back to the engine default of 0-8." } ] |