From 09bdf4310a134d517da7f43073ffbfc2967ae0f8 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 31 May 2022 19:40:38 -0400 Subject: [PATCH] extra cleanup --- code/datums/chatmessage.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/datums/chatmessage.dm b/code/datums/chatmessage.dm index f9e0697b1c..e4648233de 100644 --- a/code/datums/chatmessage.dm +++ b/code/datums/chatmessage.dm @@ -175,10 +175,6 @@ scheduled_destruction = world.time + (lifespan - CHAT_MESSAGE_EOL_FADE) enter_subsystem() - /*var/mob/living/silicon/robot/R = target - if(iscyborg(R)) - 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*/ /** * Applies final animations to overlay CHAT_MESSAGE_EOL_FADE deciseconds prior to message deletion