From bf7a8d9e2dfad8a5583a3fded2bf1dd51caee0b9 Mon Sep 17 00:00:00 2001 From: Milon Date: Thu, 28 Nov 2024 21:10:43 +0100 Subject: [PATCH] fix borg unshaded error (#2312) :trollface: --- Content.Shared/Silicons/Borgs/BorgTypePrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Silicons/Borgs/BorgTypePrototype.cs b/Content.Shared/Silicons/Borgs/BorgTypePrototype.cs index 5708b16cc11..25190e09413 100644 --- a/Content.Shared/Silicons/Borgs/BorgTypePrototype.cs +++ b/Content.Shared/Silicons/Borgs/BorgTypePrototype.cs @@ -13,7 +13,7 @@ namespace Content.Shared.Silicons.Borgs; /// Information for a borg type that can be selected by . /// /// -[Prototype] +[Prototype(-5)] // DeltaV - force load after shaders public sealed partial class BorgTypePrototype : IPrototype { [ValidatePrototypeId]