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