diff options
-rw-r--r-- | json/items/armor/bandolier.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/armor/bandolier.json b/json/items/armor/bandolier.json index 955dd1e..a4c4b3d 100644 --- a/json/items/armor/bandolier.json +++ b/json/items/armor/bandolier.json @@ -15,8 +15,8 @@ { "id": "grenadebandolier", "type": "ARMOR", - "name": { "str": "hand grenade pouch", "str_pl": "hand grenade pouches" }, - "description": "A pouch for holding up to four full-sized grenades of various types.", + "name": { "str": "hand grenade bandolier", "str_pl": "hand grenade bandoliers" }, + "description": "A bandolier worn across the torso that has pouches for holding up to four full-sized grenades of various types.", "weight": "600 g", "volume": "1250 ml", "price": "30 USD", |