Fix weather blocking in some instances (#14561)
This commit is contained in:
12
Content.Shared/Weather/IgnoreWeatherComponent.cs
Normal file
12
Content.Shared/Weather/IgnoreWeatherComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Weather;
|
||||
|
||||
/// <summary>
|
||||
/// This entity will be ignored for considering weather on a tile
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class IgnoreWeatherComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user