Skip to content

Commit

Permalink
Merge pull request #37759 from snipercup/fix-look_like-pouch
Browse files Browse the repository at this point in the history
Change pouch to ragpouch in looks_like
  • Loading branch information
ZhilkinSerg authored Feb 6, 2020
2 parents 4065a16 + 7bb62aa commit 16987c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions data/json/items/armor/ammo_pouch.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"price_postapoc": 5000,
"material": "cotton",
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "dark_gray",
"covers": [ "TORSO" ],
"coverage": 20,
Expand Down Expand Up @@ -112,7 +112,7 @@
"rigid": false,
"material": "cotton",
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "dark_gray",
"covers": [ "TORSO" ],
"coverage": 15,
Expand Down Expand Up @@ -197,7 +197,7 @@
"price_postapoc": 4500,
"material": "cotton",
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "dark_gray",
"covers": [ "FOOT_EITHER" ],
"coverage": 5,
Expand Down
8 changes: 4 additions & 4 deletions data/json/items/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rigid": false,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "green",
"covers": [ "TORSO" ],
"coverage": 30,
Expand Down Expand Up @@ -529,7 +529,7 @@
"rigid": false,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "light_gray",
"covers": [ "TORSO" ],
"coverage": 30,
Expand All @@ -553,7 +553,7 @@
"to_hit": -2,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "light_gray",
"covers": [ "TORSO" ],
"coverage": 40,
Expand Down Expand Up @@ -671,7 +671,7 @@
"bashing": 2,
"material": [ "leather" ],
"symbol": "[",
"looks_like": "pouch",
"looks_like": "ragpouch",
"color": "dark_gray",
"covers": [ "TORSO" ],
"coverage": 10,
Expand Down

0 comments on commit 16987c9

Please sign in to comment.