From d6a0ce95a1510452d92cda2e4a18c3e01d6da372 Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 16 Feb 2025 14:10:59 +0300 Subject: [PATCH] Update CP14RoofSystem.cs --- Content.Client/_CP14/Roof/CP14RoofSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/_CP14/Roof/CP14RoofSystem.cs b/Content.Client/_CP14/Roof/CP14RoofSystem.cs index 8db3c2b7bc..3210da3972 100644 --- a/Content.Client/_CP14/Roof/CP14RoofSystem.cs +++ b/Content.Client/_CP14/Roof/CP14RoofSystem.cs @@ -1,5 +1,6 @@ using Content.Shared._CP14.Roof; using Content.Shared.Ghost; +using Content.Shared.Light.EntitySystems; using Robust.Client.GameObjects; using Robust.Client.Player; using Robust.Shared.Console; @@ -11,6 +12,7 @@ public sealed class CP14RoofSystem : EntitySystem { [Dependency] private readonly IPlayerManager _playerManager = default!; [Dependency] private readonly SharedMapSystem _map = default!; + [Dependency] private readonly SharedRoofSystem _roof = default!; private bool _roofVisible = true; public bool DisabledByCommand = false;