diff --git a/Content.Server/Silicons/Laws/SiliconLawSystem.cs b/Content.Server/Silicons/Laws/SiliconLawSystem.cs index eaac0f8ea6f..8b10517efa1 100644 --- a/Content.Server/Silicons/Laws/SiliconLawSystem.cs +++ b/Content.Server/Silicons/Laws/SiliconLawSystem.cs @@ -278,6 +278,7 @@ public void SetLaws(List newLaws, EntityUid target) { if (!TryComp(target, out var component)) return; + if (component.Lawset == null) component.Lawset = new SiliconLawset();