Beds, Medical Beds, Stasis Beds (#6695)
This commit is contained in:
13
Content.Server/Bed/Components/StasisBedComponent.cs
Normal file
13
Content.Server/Bed/Components/StasisBedComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Content.Server.Bed.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class StasisBedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// What the metabolic update rate will be multiplied by (higher = slower metabolism)
|
||||
/// </summary>
|
||||
[DataField("multiplier", required: true)]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Multiplier = 10f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user