From dcde1c04aedff4934fc7e79231002467c43c82f3 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 25 Apr 2022 15:28:31 +0200 Subject: [PATCH] [MIRROR] Removes a 'unlock failed' message from PDA uplink code [MDB IGNORE] (#13093) * Removes a 'unlock failed' message from PDA uplink code (#66458) * Removes a 'unlock failed' message from PDA uplink code Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com> --- code/datums/components/uplink.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/components/uplink.dm b/code/datums/components/uplink.dm index 60b50f7cb34..167d72a0440 100644 --- a/code/datums/components/uplink.dm +++ b/code/datums/components/uplink.dm @@ -333,7 +333,6 @@ if(trim(lowertext(new_ring_text)) == trim(lowertext(failsafe_code))) failsafe(user) return COMPONENT_STOP_RINGTONE_CHANGE - to_chat(user, span_notice("Unlock failure.")) return locked = FALSE interact(null, user)