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

Commit 83176e3

Browse files
Oops
1 parent 89c39e3 commit 83176e3

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///Max temperature allowed inside the cryotube, should break before reaching this heat
1+
8///Max temperature allowed inside the cryotube, should break before reaching this heat
22
#define MAX_TEMPERATURE 4000
33

44
/// This is a visual helper that shows the occupant inside the cryo cell.
@@ -327,7 +327,7 @@
327327
else
328328
set_on(FALSE)
329329
playsound(src, 'sound/machines/cryo_warning.ogg', volume) // Bug the doctors.
330-
var/msg = "Dead body has been patched up to a reviable state."
330+
var/msg = "Dead body has been patched up to a revivable state."
331331
if(autoeject) // Eject if configured.
332332
msg += " Auto ejecting body now."
333333
open_machine()

0 commit comments

Comments
 (0)