From 35683a3726f4d0630c4e91992d78309ebbedca0f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 27 Feb 2021 23:43:57 +0100 Subject: [PATCH] [MIRROR] Fixes warden hat leaving a space before message when in Canadian mode (#3700) * Fixes warden hat leaving a space before message when in Canadian mode (#57190) * Fixes warden hat leaving a space before message when in Canadian mode Co-authored-by: Burgermancoding <79515258+Burgermancoding@users.noreply.github.com> --- code/modules/clothing/head/jobs.dm | 2 +- strings/canadian_replacement.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 95e0315a93b..30137da937f 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -233,7 +233,7 @@ if(DRILL_YELLING) message += "!!" if(DRILL_CANADIAN) - message = " [message]" + message = "[message]" var/list/canadian_words = strings("canadian_replacement.json", "canadian") for(var/key in canadian_words) diff --git a/strings/canadian_replacement.json b/strings/canadian_replacement.json index 1430ae87939..fc4c63b5094 100644 --- a/strings/canadian_replacement.json +++ b/strings/canadian_replacement.json @@ -16,12 +16,12 @@ "give": "give'r", "bar": "boozecan", "leave": "leave'r", - "scruffle": "kerfuffle", + "scuffle": "kerfuffle", "couch": "chesterfield", "sofa": "chesterfield", "alcohol": "mickey", "shoes": "runners", - "cigarrete": "dart", + "cigarette": "dart", "cig": "dart", "color": "colour", "armor": "armour",