[MIRROR] Adds a persistent notes feature (#9935)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-26 17:31:12 +01:00
committed by GitHub
co-authored by SatinIsle Kashargul
parent 9b7090a92a
commit fdebf86a72
12 changed files with 128 additions and 2 deletions
+7
View File
@@ -1355,6 +1355,13 @@
if(href_list["set_metainfo_ooc_style"])
set_metainfo_ooc_style(usr) //ChompEDIT - usr arg
//CHOMPEdit End
print_ooc_notes_to_chat()
if(href_list["save_private_notes"])
if(usr == src)
save_private_notes(usr)
if(href_list["edit_private_notes"])
if(usr == src)
set_metainfo_private_notes(usr)
return ..()
/mob/living/proc/display_voreprefs(mob/user) //Called by Topic() calls on instances of /mob/living (and subtypes) containing vore_prefs as an argument