From 277069a06fe10661b376354aac644a428cb8db1f Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 9 Sep 2016 23:37:09 -0300 Subject: [PATCH 1/2] Changes 'Notes Memory' back to just 'Notes' again --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 2a98cae186b..75cc53815d6 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -422,7 +422,7 @@ var/next_mob_id = 0 */ /mob/verb/memory() - set name = "Notes Memory" + set name = "Notes" set category = "IC" set desc = "View your character's notes memory." if(mind) From 3f2e21a0493de87ce65261da98428620c665bce4 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 10 Sep 2016 13:31:53 -0300 Subject: [PATCH 2/2] Changes the view admin notes to view admin remarks --- code/modules/client/verbs/ooc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/ooc.dm b/code/modules/client/verbs/ooc.dm index 7788d269c21..e37951e777e 100644 --- a/code/modules/client/verbs/ooc.dm +++ b/code/modules/client/verbs/ooc.dm @@ -143,7 +143,7 @@ var/global/normal_ooc_colour = OOC_COLOR src << "The Message of the Day has not been set." /client/proc/self_notes() - set name = "View Admin Notes" + set name = "View Admin Remarks" set category = "OOC" set desc = "View the notes that admins have written about you"