diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm index 010dad988a..f89e07c30d 100644 --- a/code/datums/ai_laws.dm +++ b/code/datums/ai_laws.dm @@ -383,7 +383,7 @@ zeroth_borg = null return else - if(owner && owner.mind.special_role) + if(owner && owner.mind && owner.mind.special_role) return else zeroth = null