Simple player notes filter

This commit is contained in:
Aronai Sieyes
2021-05-05 17:05:22 -04:00
parent f65ba71e80
commit ce7bbdc008
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()