From bb7be02d99e3dec80721bdb2f6bd7e7777a20681 Mon Sep 17 00:00:00 2001 From: MrDoomBringer Date: Wed, 5 Dec 2018 01:04:32 +0000 Subject: [PATCH] + instead of [] Co-Authored-By: coiax --- .../atmospherics/machinery/components/unary_devices/cryo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm index c3f1208dff8..f6b75f6f318 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -181,7 +181,7 @@ playsound(src, 'sound/machines/cryo_warning.ogg', volume) // Bug the doctors. var/msg = "Patient fully restored." if(autoeject) // Eject if configured. - msg = "[msg] Auto ejecting patient now." + msg += " Auto ejecting patient now." open_machine() radio.talk_into(src, msg, radio_channel, get_spans(), get_default_language()) return