From d2764f4c46b28b41f1c05a08a497e9e04438c9f4 Mon Sep 17 00:00:00 2001 From: Seris02 Date: Thu, 9 Mar 2023 17:29:21 +0800 Subject: [PATCH] fix closing tag --- code/modules/nifsoft/software/13_soulcatcher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/software/13_soulcatcher.dm b/code/modules/nifsoft/software/13_soulcatcher.dm index bc1b4a9606c..9e983a66c34 100644 --- a/code/modules/nifsoft/software/13_soulcatcher.dm +++ b/code/modules/nifsoft/software/13_soulcatcher.dm @@ -84,7 +84,7 @@ //AR Projecting if(eyeobj) - sender.eyeobj.visible_message("[sender_name] says, \"[message]\"") + sender.eyeobj.visible_message("[sender_name] says, \"[message]\"") //Not AR Projecting else