Don't add ImplicitRoof to grids with roof component (#38551)

* Don't add implicitroof to grids with roof component

* changes 1
This commit is contained in:
mtrs163
2025-10-15 06:05:29 +07:00
committed by GitHub
parent 96712acb08
commit f6972de87d
3 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ using Robust.Shared.GameStates;
namespace Content.Shared.Light.Components;
/// <summary>
/// Will draw shadows over tiles flagged as roof tiles on the attached grid.
/// Will draw shadows over tiles flagged as roof tiles on the attached grid. ImplicitRoofComponent will get removed if the grid has this component.
/// </summary>
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class RoofComponent : Component