From 145480fe6f9a21b4b028358fdc471cd1dc94e3d0 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Sat, 9 May 2020 19:16:22 -0400 Subject: [PATCH] Swap default response for resleeving prompt --- code/modules/resleeving/computers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/resleeving/computers.dm b/code/modules/resleeving/computers.dm index aaa55b446d..535c18c7a6 100644 --- a/code/modules/resleeving/computers.dm +++ b/code/modules/resleeving/computers.dm @@ -356,7 +356,7 @@ //Body to sleeve into, but mind is in another living body. if(active_mr.mind_ref.current && active_mr.mind_ref.current.stat < DEAD) //Mind is in a body already that's alive - var/answer = alert(active_mr.mind_ref.current,"Someone is attempting to restore a backup of your mind. Do you want to abandon this body, and move there? You MAY suffer memory loss! (Same rules as CMD apply)","Resleeving","Yes","No") + var/answer = alert(active_mr.mind_ref.current,"Someone is attempting to restore a backup of your mind. Do you want to abandon this body, and move there? You MAY suffer memory loss! (Same rules as CMD apply)","Resleeving","No","Yes") //They declined to be moved. if(answer == "No")