diff --git a/operators/bandit/index.ts b/operators/bandit/index.ts index 9c2d1d1..2314035 100644 --- a/operators/bandit/index.ts +++ b/operators/bandit/index.ts @@ -3,7 +3,7 @@ import { IOperator } from "~/types/operator" export const bandit: IOperator = { name: "Bandit", role: "Defender", - org: "GSG9", + org: "GSG 9", squad: "WOLFGUARD", ratings: { health: 1, diff --git a/operators/blitz/index.ts b/operators/blitz/index.ts index d6adb4e..1ba7a06 100644 --- a/operators/blitz/index.ts +++ b/operators/blitz/index.ts @@ -3,7 +3,7 @@ import { IOperator } from "~/types/operator" export const blitz: IOperator = { name: "Blitz", role: "Attacker", - org: "GSG9", + org: "GSG 9", squad: "VIPERSTRIKE", ratings: { health: 2,