Skip to content

Commit

Permalink
Remove broken backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Nov 2, 2023
1 parent 82a8a28 commit 649ffbc
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions src/discord/commands/guild/d.rpg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,19 @@ const items = {
effect_value: 'DiamondChevron',
emoji: 'itemBackground',
},
Chevron: {
label: 'Chevron',
value: 'Chevron',
description: 'Background',
quantity: 1,
weight: 0,
cost: 1000,
equipped: false,
consumable: false,
effect: 'background',
effect_value: 'Chevron',
emoji: 'itemBackground',
},
// Chevron: {
// label: 'Chevron',
// value: 'Chevron',
// description: 'Background',
// quantity: 1,
// weight: 0,
// cost: 1000,
// equipped: false,
// consumable: false,
// effect: 'background',
// effect_value: 'Chevron',
// emoji: 'itemBackground',
// },
Concentric: {
label: 'Concentric',
value: 'Concentric',
Expand Down Expand Up @@ -217,19 +217,19 @@ const items = {
effect_value: 'SquareTwist',
emoji: 'itemBackground',
},
SquareSpiral: {
label: 'SquareSpiral',
value: 'SquareSpiral',
description: 'Background',
quantity: 1,
weight: 0,
cost: 1000,
equipped: false,
consumable: false,
effect: 'background',
effect_value: 'SquareSpiral',
emoji: 'itemBackground',
},
// SquareSpiral: {
// label: 'SquareSpiral',
// value: 'SquareSpiral',
// description: 'Background',
// quantity: 1,
// weight: 0,
// cost: 1000,
// equipped: false,
// consumable: false,
// effect: 'background',
// effect_value: 'SquareSpiral',
// emoji: 'itemBackground',
// },
Noise: {
label: 'Noise',
value: 'Noise',
Expand Down Expand Up @@ -425,19 +425,19 @@ const items = {
effect_value: 'Connected',
emoji: 'itemBackground',
},
Binary: {
label: 'Binary',
value: 'Binary',
description: 'Background',
quantity: 1,
weight: 0,
cost: 1000,
equipped: false,
consumable: false,
effect: 'background',
effect_value: 'Binary',
emoji: 'itemBackground',
},
// Binary: {
// label: 'Binary',
// value: 'Binary',
// description: 'Background',
// quantity: 1,
// weight: 0,
// cost: 1000,
// equipped: false,
// consumable: false,
// effect: 'background',
// effect_value: 'Binary',
// emoji: 'itemBackground',
// },
},
} as {
[key: string]: {
Expand Down

0 comments on commit 649ffbc

Please sign in to comment.