diff --git a/Content.Shared/Inventory/InventorySystem.Slots.cs b/Content.Shared/Inventory/InventorySystem.Slots.cs index 625b8a2eee..fa15414aa9 100644 --- a/Content.Shared/Inventory/InventorySystem.Slots.cs +++ b/Content.Shared/Inventory/InventorySystem.Slots.cs @@ -26,6 +26,7 @@ public partial class InventorySystem : EntitySystem if (!containerComp.TryGetContainer(slotDefinition.Name, out var container)) { containerSlot = containerComp.MakeContainer(slotDefinition.Name); + containerSlot.OccludesLight = false; return true; }