From 895263a8dfc501a95bdf8cc8a695dd3f90917e60 Mon Sep 17 00:00:00 2001 From: Patrick Meade Date: Fri, 24 Apr 2020 18:26:27 -0500 Subject: [PATCH] Rewrites confirmation prompt for touching SSD players (#13111) --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 1aa051698de..5fe0cb146c5 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -920,7 +920,7 @@ return FALSE if(M && M.player_logged < SSD_WARNING_TIMER) return FALSE - to_chat(src, "Interacting with SSD players is against server rules unless you've ahelped first for permission. If you have, confirm that and proceed.") + to_chat(src, "Are you taking this person to cryo or giving them medical treatment? If you are, confirm that and proceed. Interacting with SSD players in other ways is against server rules unless you've ahelped first for permission.") return TRUE #undef SSD_WARNING_TIMER