Refactor actions to be entities with components (#19900)
This commit is contained in:
@@ -17,5 +17,7 @@ namespace Content.Server.Bed.Components
|
||||
public float SleepMultiplier = 3f;
|
||||
|
||||
public TimeSpan NextHealTime = TimeSpan.Zero; //Next heal
|
||||
|
||||
[DataField("sleepAction")] public EntityUid? SleepAction;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user