Skip to content

Commit

Permalink
fix: Bandit and Blitz org
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwerg committed Nov 28, 2023
1 parent 6fca2ce commit d3944d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operators/bandit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion operators/blitz/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d3944d6

Please sign in to comment.