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