mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[READY] [SEMI-MODULAR] Ports the mentor system. (#1209)
* Mentor system * weh * Update mentorsay.dm * weh * weh
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
<BR>
|
||||
<A href='?src=[REF(src)];[HrefToken()];secrets=admin_log'>Admin Log</A><BR>
|
||||
<A href='?src=[REF(src)];[HrefToken()];secrets=show_admins'>Show Admin List</A><BR>
|
||||
<A href='?src=[REF(src)];[HrefToken()];secrets=mentor_log'>Mentor Log</A><BR>
|
||||
<BR>
|
||||
"}
|
||||
"}//SKYRAT EDIT ADDITION - MENTOR
|
||||
|
||||
if(check_rights(R_ADMIN,0))
|
||||
dat += {"
|
||||
@@ -97,6 +98,11 @@
|
||||
var/datum/round_event/E
|
||||
var/ok = FALSE
|
||||
switch(item)
|
||||
//SKYRAT EDIT ADDITION BEGIN - MENTOR
|
||||
if("mentor_log")
|
||||
MentorLogSecret()
|
||||
//SKYRAT EDIT ADDITION END
|
||||
|
||||
if("admin_log")
|
||||
var/dat = "<B>Admin Log<HR></B>"
|
||||
for(var/l in GLOB.admin_log)
|
||||
|
||||
Reference in New Issue
Block a user