From 1d739f295c9fab908627548ac236a02ad0922418 Mon Sep 17 00:00:00 2001 From: Duck McSouls Date: Sat, 8 Oct 2022 14:21:30 +1100 Subject: [PATCH] DOC: gang task: typo fix The current version `black mail` should be `blackmail` because the description is referring to the crime of blackmail. --- src/Gang/data/tasks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gang/data/tasks.ts b/src/Gang/data/tasks.ts index 58322e913..fda550046 100644 --- a/src/Gang/data/tasks.ts +++ b/src/Gang/data/tasks.ts @@ -282,7 +282,7 @@ export const gangMemberTasksMetadata: IGangMemberTaskMetadata[] = [ }, }, { - desc: "Assign this gang member to threaten and black mail high-profile targets

Earns money - Slightly increases respect - Slightly increases wanted level", + desc: "Assign this gang member to threaten and blackmail high-profile targets

Earns money - Slightly increases respect - Slightly increases wanted level", isCombat: true, isHacking: false, name: "Threaten & Blackmail",