diff --git a/constants/operators.ts b/constants/operators.ts index c3c6e262aa..e6603528c2 100644 --- a/constants/operators.ts +++ b/constants/operators.ts @@ -23,49 +23,49 @@ export const COMP = [ export const BACKGROUND = [ '[CAMOED]', - 'Rust', - '[REDACTED]', + 'Cypress', '[CYPHERED]', + 'LimeWire', 'Mariana', 'Marooned', - 'Void', - 'Cypress', - 'LimeWire', - 'Sanguine', 'Nightfall', - 'Sulphur', 'Phantom', + '[REDACTED]', + 'Rust', + 'Sanguine', + 'Sulphur', + 'Void', ] export const SKIN = [ '[CAMOED]', - 'IC1', - '[REDACTED]', '[CYPHERED]', - 'IC4', + 'IC1', 'IC2', - 'IC6', 'IC3', + 'IC4', + 'IC6', + '[REDACTED]', ] export const HELMET = [ + 'Aurora crested helm', '[CAMOED]', - 'Verdant crested helm', - '[REDACTED]', + 'Celestial crested helm', '[CYPHERED]', 'Ethereal crested helm', - 'Celestial crested helm', - 'Aurora crested helm', + '[REDACTED]', 'Regal crested helm', + 'Verdant crested helm', ] export const JACKET = [ - '[CAMOED]', - 'Cobalt frock coat', 'Amethyst frock coat', - '[REDACTED]', - '[CYPHERED]', - 'Sulphur frock coat', + '[CAMOED]', 'Carmine frock coat', + '[CYPHERED]', + 'Cobalt frock coat', 'Emerald frock coat', + '[REDACTED]', + 'Sulphur frock coat', ]