Merge pull request #13175 from farie82/logging-improvements

Logging view improvements
This commit is contained in:
AffectedArc07
2020-08-08 16:23:06 +01:00
committed by GitHub
12 changed files with 91 additions and 28 deletions
+5
View File
@@ -911,6 +911,11 @@
//M.client = null
qdel(M.client)
else if(href_list["open_logging_view"])
var/mob/M = locateUID(href_list["open_logging_view"])
if(ismob(M))
usr.client.open_logging_view(list(M), TRUE)
//Player Notes
else if(href_list["addnote"])
var/target_ckey = href_list["addnote"]