From 12553f7d7729c76e6c3cd2ab932c65e61b4666b1 Mon Sep 17 00:00:00 2001 From: ppi13 Date: Mon, 27 Mar 2023 21:45:09 +0200 Subject: [PATCH] Updates text to correctly display changes brought on by #523 (#20729) --- .../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 6140e36643d..f35097e5cd7 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -477,7 +477,7 @@ if(usr == occupant)//If the user is inside the tube... if(usr.stat == DEAD) return - to_chat(usr, "Release sequence activated. This will take two minutes.") + to_chat(usr, "Release sequence activated. This will take one minute.") sleep(600) if(!src || !usr || !occupant || (occupant != usr)) //Check if someone's released/replaced/bombed him already return