Merge pull request #10258 from VOREStation/Arokha/notesfilter

Simple player notes filter
This commit is contained in:
Novacat
2021-05-06 05:18:25 +00:00
committed by Chompstation Bot
parent f516265384
commit 3f0269a138
2 changed files with 36 additions and 13 deletions
+6 -1
View File
@@ -1971,7 +1971,12 @@
if("show")
show_player_info(ckey)
if("list")
PlayerNotesPage(text2num(href_list["index"]))
var/filter
if(href_list["filter"] && href_list["filter"] != "0")
filter = url_decode(href_list["filter"])
PlayerNotesPage(text2num(href_list["index"]), filter)
if("filter")
PlayerNotesFilter()
return
mob/living/proc/can_centcom_reply()