Merge pull request #14881 from Citadel-Station-13/silicons-patch-42

fixes silicon examine
This commit is contained in:
Lin
2021-06-23 09:50:11 -07:00
committed by GitHub
@@ -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))