Fix PAI holochassis examine runtime.

This commit is contained in:
Zirok
2022-09-16 18:51:24 +02:00
parent b295e02087
commit 84b2ea7c68
@@ -1,4 +1,5 @@
/mob/living/silicon/examine(mob/user) //Displays a silicon's laws to ghosts
. = ..()
if(laws && isobserver(user))
. += "<b>[src] has the following laws:</b>"
for(var/law in laws.get_law_list(include_zeroth = TRUE))