Files
tbd-station-14/Content.Shared/Temperature/Components/AlwaysHotComponent.cs
deltanedas 984cd643fe light ciggies with fire structures (#23196)
the pro ops

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-01-01 00:10:48 -08:00

12 lines
319 B
C#

using Content.Shared.Temperature.Systems;
namespace Content.Shared.Temperature.Components;
/// <summary>
/// Makes the entity always set <c>IsHotEvent.IsHot</c> to true, no matter what.
/// </summary>
[RegisterComponent, Access(typeof(AlwaysHotSystem))]
public sealed partial class AlwaysHotComponent : Component
{
}