From 6ba95d07b8178d07217f35316032f8da985cce64 Mon Sep 17 00:00:00 2001 From: user424242420 <142989209+user424242420@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:51:10 +0300 Subject: [PATCH] Update Content.Shared/LieDown/LyingDownComponent.cs Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> --- Content.Shared/LieDown/LyingDownComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/LieDown/LyingDownComponent.cs b/Content.Shared/LieDown/LyingDownComponent.cs index e05e30cc0e0..1a0e0ab01c4 100644 --- a/Content.Shared/LieDown/LyingDownComponent.cs +++ b/Content.Shared/LieDown/LyingDownComponent.cs @@ -18,7 +18,7 @@ public sealed partial class LyingDownComponent : Component /// The action to lie down or stand up. /// [DataField("make-to-stand-up-action", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string? MakeToStandUpAction = "action-name-make-standup"; + public EntProtoId? MakeToStandUpAction = "action-name-make-standup"; } [Serializable, NetSerializable]