Skip to content

Commit

Permalink
Mark some items as discontinued
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 22, 2024
1 parent 76bbf34 commit b6304d5
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions src/lib/customItems/customItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10115,7 +10115,8 @@ setCustomItem(
'Coal',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10127,7 +10128,8 @@ setCustomItem(
'Coal',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10150,7 +10152,8 @@ setCustomItem(
'Coal',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10174,7 +10177,8 @@ setCustomItem(
'Bronze dagger',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10186,7 +10190,8 @@ setCustomItem(
'Red cape',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10198,7 +10203,8 @@ setCustomItem(
'Red cape',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10210,7 +10216,8 @@ setCustomItem(
'Bronze dagger',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10222,7 +10229,8 @@ setCustomItem(
'Bronze dagger',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand All @@ -10234,7 +10242,8 @@ setCustomItem(
'Coal',
{
customItemData: {
cantDropFromMysteryBoxes: true
cantDropFromMysteryBoxes: true,
isDiscontinued: true
}
},
1
Expand Down

0 comments on commit b6304d5

Please sign in to comment.