mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Adds public notes (#28373)
* Adds public notes * oops sorry CI * AA review * head of staff requests * darkmode + disclaimer
This commit is contained in:
@@ -866,6 +866,10 @@
|
||||
var/note_id = href_list["editnote"]
|
||||
edit_note(note_id)
|
||||
|
||||
else if(href_list["toggle_note_publicity"])
|
||||
var/note_id = href_list["toggle_note_publicity"]
|
||||
toggle_note_publicity(note_id)
|
||||
|
||||
else if(href_list["shownote"])
|
||||
var/target = href_list["shownote"]
|
||||
show_note(index = target)
|
||||
|
||||
Reference in New Issue
Block a user