This commit is contained in:
unusualcrow
2016-09-17 22:55:06 -04:00
committed by TalkingCactus
parent b5e3121d3a
commit 85cd936712
8 changed files with 24 additions and 15 deletions
@@ -0,0 +1,4 @@
/mob/living/silicon/examine(mob/user)
if(laws && isobserver(user))
user << "<b>[src] has the following laws:</b>"
laws.show_laws(user)