[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>
This commit is contained in:
SkyratBot
2021-02-27 22:43:57 +00:00
committed by GitHub
co-authored by Burgermancoding
parent bb00fedcad
commit 35683a3726
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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",