Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8404cfe

Browse files
yessir
1 parent d723a67 commit 8404cfe

File tree

1 file changed

+8
-0
lines changed
  • code/modules/atmospherics/machinery/components/unary_devices

1 file changed

+8
-0
lines changed

code/modules/atmospherics/machinery/components/unary_devices/cryo.dm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,14 @@
324324
if(C && C.stat == DEAD && C.reagents.has_reagent(/datum/reagent/gas/healium)) // attempts to cycle healium in the body to a reviable state
325325
if(!C.can_defib(FALSE))
326326
C.reagents.del_reagent(/datum/reagent/gas/healium)
327+
else
328+
set_on(FALSE)
329+
playsound(src, 'sound/machines/cryo_warning.ogg', volume) // Bug the doctors.
330+
var/msg = "Dead body has been patched up to a reviable state."
331+
if(autoeject) // Eject if configured.
332+
msg += " Auto ejecting body now."
333+
open_machine()
334+
radio.talk_into(src, msg, radio_channel)
327335

328336
return TRUE
329337

0 commit comments

Comments
 (0)