Skip to content

Commit

Permalink
Backporting #49946 Remove TRADER_AVOID flag from mre containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Aug 14, 2021
1 parent d7bc6e9 commit 889cbed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1808,8 +1808,7 @@
],
"material": [ "plastic", "aluminum" ],
"symbol": ")",
"color": "light_gray",
"flags": [ "TRADER_AVOID" ]
"color": "light_gray"
},
{
"id": "mre_bag",
Expand All @@ -1836,8 +1835,7 @@
],
"material": [ "plastic", "aluminum" ],
"symbol": ")",
"color": "light_gray",
"flags": [ "TRADER_AVOID" ]
"color": "light_gray"
},
{
"id": "mre_package",
Expand All @@ -1864,8 +1862,7 @@
],
"material": [ "plastic", "aluminum" ],
"symbol": ")",
"color": "light_gray",
"flags": [ "TRADER_AVOID" ]
"color": "light_gray"
},
{
"id": "beverage_bag",
Expand Down

0 comments on commit 889cbed

Please sign in to comment.