From 970a2022f918cc7af989ec01d2659502d8f98b21 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 8 Mar 2022 00:14:21 -0500 Subject: [PATCH] Also stop borgs OOC notes from double posting --- code/modules/mob/living/silicon/robot/examine.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/examine.dm b/code/modules/mob/living/silicon/robot/examine.dm index 6f3cabe4afa..c46031a69a3 100644 --- a/code/modules/mob/living/silicon/robot/examine.dm +++ b/code/modules/mob/living/silicon/robot/examine.dm @@ -32,8 +32,6 @@ // VOREStation Edit: Start . += attempt_vr(src,"examine_bellies_borg",args) //VOREStation Edit - if(ooc_notes) - . += "OOC Notes: \[View\]" // VOREStation Edit: End . += "*---------*"