Merge pull request #41814 from coiax/shut-up-cryo

Cryo tubes only ever send one radio message when finishing
This commit is contained in:
moo
2018-12-06 15:05:19 -05:00
committed by GitHub
@@ -179,10 +179,11 @@
on = FALSE
update_icon()
playsound(src, 'sound/machines/cryo_warning.ogg', volume) // Bug the doctors.
radio.talk_into(src, "Patient fully restored", radio_channel, get_spans(), get_default_language())
var/msg = "Patient fully restored."
if(autoeject) // Eject if configured.
radio.talk_into(src, "Auto ejecting patient now", radio_channel, get_spans(), get_default_language())
msg += " Auto ejecting patient now."
open_machine()
radio.talk_into(src, msg, radio_channel, get_spans(), get_default_language())
return
var/datum/gas_mixture/air1 = airs[1]