/client/proc/citaPPoptions(mob/M) // why is this client and not /datum/admins? noone knows, in PP src == client, instead of holder. wtf. var/body = "" if(M.client) body += "Make mentor | " body += "Remove mentor" return body