fixes things and mentors.

This commit is contained in:
Poojawa
2018-03-06 23:34:54 -06:00
parent 3c1e557302
commit 57bd3824a4
11 changed files with 44 additions and 6 deletions
@@ -2,7 +2,6 @@
var/following = null
/datum/admins/associate(client/C)
removeMentor(C.ckey) //safety to avoid multiple datums and other weird shit i cannot comprehend
..()
if(istype(C))
C.mentor_datum_set(TRUE)
@@ -1,4 +1,8 @@
/datum/admins/proc/citaTopic(href, href_list)
if(href_list["makementor"])
makeMentor(href_list["makementor"])
else if(href_list["removementor"])
removeMentor(href_list["removementor"])
/datum/admins/proc/makeMentor(ckey)
if(!usr.client)