From 35ba185fbfbd019e9b02158eba7cdec5c193c533 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:05:51 +0100 Subject: [PATCH] fixed ooc panel style showing for others (#7907) --- .../code/modules/mob/living/ooc_notes.dm | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/ooc_notes.dm b/modular_chomp/code/modules/mob/living/ooc_notes.dm index 5e8a5c40e6..1f2019ab87 100644 --- a/modular_chomp/code/modules/mob/living/ooc_notes.dm +++ b/modular_chomp/code/modules/mob/living/ooc_notes.dm @@ -76,18 +76,19 @@ Print to chat "} - if(style) - dat += {" - - Lists - - "} - else - dat += {" - - Fields - - "} + if(user == src) + if(style) + dat += {" + + Lists + + "} + else + dat += {" + + Fields + + "} dat += {""} if(user == src)