Added repaired weapons bar
This commit is contained in:
@@ -14,7 +14,7 @@ export const MODES = [
|
||||
export const RARITIES = [
|
||||
{ id: "common", name: "Common", color: "green" },
|
||||
{ id: "rare", name: "Rare", color: "blue" },
|
||||
{ id: "epic", name: "Epic", color: "purple" },
|
||||
{ id: "epic", name: "Epic", color: "dark-purple" },
|
||||
{ id: "legendary", name: "Legendary", color: "gold" }
|
||||
] as const
|
||||
export const UPGRADES = [
|
||||
|
||||
Reference in New Issue
Block a user