mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
co-authored by
Burgermancoding
parent
bb00fedcad
commit
35683a3726
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user