From 0448247f71f6a3a6dfd642a5d4d2f6682d2296f6 Mon Sep 17 00:00:00 2001 From: Denton Date: Mon, 10 Sep 2018 10:02:11 +0200 Subject: [PATCH] More immersive descs by cobby --- code/game/machinery/quantum_pad.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/quantum_pad.dm b/code/game/machinery/quantum_pad.dm index ae2f75dffb2..7a8552607b5 100644 --- a/code/game/machinery/quantum_pad.dm +++ b/code/game/machinery/quantum_pad.dm @@ -33,9 +33,9 @@ ..() to_chat(user, "It is [ linked_pad ? "currently" : "not"] linked to another pad.") if(!panel_open) - to_chat(user, "Unscrew the panel to read the pad's link buffer.") + to_chat(user, "The panel is screwed in, obstructing the linking device.") else - to_chat(user, "Use a multitool to read the pad's link data.") + to_chat(user, "The linking device is now able to be scanned with a multitool.") /obj/machinery/quantumpad/RefreshParts() var/E = 0