From 8defeef1f7589a3ff81a71d27369e17a7eeec749 Mon Sep 17 00:00:00 2001
From: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
Date: Mon, 26 Dec 2022 17:22:34 +0100
Subject: [PATCH] Update ntpda_msg.dm (#17179)
---
.../modular_computers/file_system/programs/ntpda_msg.dm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/code/modules/modular_computers/file_system/programs/ntpda_msg.dm b/code/modules/modular_computers/file_system/programs/ntpda_msg.dm
index 347dbee6ac2f..04dda2f51f7d 100644
--- a/code/modules/modular_computers/file_system/programs/ntpda_msg.dm
+++ b/code/modules/modular_computers/file_system/programs/ntpda_msg.dm
@@ -213,9 +213,7 @@ GLOBAL_LIST_EMPTY(NTPDAMessages)
comp.audible_message("[icon2html(comp, hearers(comp))] *[ringtone]*", null, 3)
var/msg = "Message from [sender.username], \"[message]\""
if(istype(comp, /obj/item/modular_computer/tablet))
- var/mob/living/carbon/C = comp.loc
- if(istype(C))
- msg += " (Reply)"
+ msg += " (Reply)"
comp.visible_message(span_notice(msg), null, null, 1)
return TRUE