/mob/living/silicon/examine(mob/user) //Displays a silicon's laws to ghosts if(laws && isobserver(user)) to_chat(user, "[src] has the following laws:") laws.show_laws(user)