Who & Adminwho improvements (#15855)

* Who & Adminwho improvements

* Mochi tweaks

* Sabre tweaks
This commit is contained in:
AffectedArc07
2021-05-05 02:43:05 +01:00
committed by GitHub
parent f3fe73501d
commit 281c72fbcc
7 changed files with 168 additions and 48 deletions
+2
View File
@@ -3556,6 +3556,8 @@
var/datum/browser/popup = new(usr, "view_karma", "Karma stats for [target_ckey]", 600, 300)
popup.set_content(dat)
popup.open(FALSE)
else if(href_list["who_advanced"])
usr.client.who_advanced()
/client/proc/create_eventmob_for(mob/living/carbon/human/H, killthem = 0)
if(!check_rights(R_EVENT))