Files
crystall-punk-14/Content.Server/_CP14/Temperature/CP14SolutionTemperatureComponent.cs
Ed 39bb249eb3 Alchemy fun mechanics (#246)
* heating solution refactor

* chromium slime effect refactor

* guidebook hint

* hint chance fix

* убираем ненужное
2024-06-14 19:10:16 +03:00

12 lines
335 B
C#

namespace Content.Server._CP14.Temperature;
/// <summary>
/// passively returns the solution temperature to the standard
/// </summary>
[RegisterComponent, Access(typeof(CP14SolutionTemperatureSystem))]
public sealed partial class CP14SolutionTemperatureComponent : Component
{
[DataField]
public float StandardTemp = 300f;
}