From f9bb245acccd622dfec68b1055693c02a8508f70 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 5 Sep 2020 16:32:41 +0100 Subject: [PATCH] DONT MAKE THE SAME MISTAKE --- code/datums/accents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/accents.dm b/code/datums/accents.dm index 92b24fe945..ce32aa0884 100644 --- a/code/datums/accents.dm +++ b/code/datums/accents.dm @@ -82,7 +82,7 @@ var/span_flag /datum/accent/span/modify_speech(list/speech_args) - speech_args[SPEECH_SPANS] = span_flag + speech_args[SPEECH_SPANS] |= span_flag return speech_args //bone tongues either have the sans accent or the papyrus accent