From 30426ad01101d4bcebf1ce4938ff4394a726a236 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Wed, 8 Dec 2021 23:36:42 -0300 Subject: [PATCH] Upload chatmessage.dm --- code/datums/chatmessage.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/chatmessage.dm b/code/datums/chatmessage.dm index 03c23e11f6..eb49323464 100644 --- a/code/datums/chatmessage.dm +++ b/code/datums/chatmessage.dm @@ -178,7 +178,7 @@ var/mob/living/silicon/robot/R = target if(iscyborg(R)) - if(R.module.dogborg == TRUE || R.dogborg == TRUE) //I hate whoever that thought that putting two types of dogborg that don't even sync up properly was good + if((R.module.dogborg == TRUE || R.dogborg == TRUE) && isturf(R.loc)) //I hate whoever that thought that putting two types of dogborg that don't even sync up properly was good message.pixel_x = 16 /**