mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 14:17:13 +01:00
Merge pull request #5105 from Citadel-Station-13/upstream-merge-34899
[MIRROR] clear_zeroth_law sanity check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user