From 68305ec5fb127eec98eb75437e6c0074f14a1f7d Mon Sep 17 00:00:00 2001 From: Sir Winters <7543955+Owai-Seek@users.noreply.github.com> Date: Mon, 15 May 2023 11:52:31 -0400 Subject: [PATCH] 5min to 10m (#16457) Co-authored-by: Owai-Seek <> --- Content.Shared/Atmos/Miasma/PerishableComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Atmos/Miasma/PerishableComponent.cs b/Content.Shared/Atmos/Miasma/PerishableComponent.cs index 17cf310681..799dde621a 100644 --- a/Content.Shared/Atmos/Miasma/PerishableComponent.cs +++ b/Content.Shared/Atmos/Miasma/PerishableComponent.cs @@ -13,7 +13,7 @@ public sealed class PerishableComponent : Component /// How long it takes after death to start rotting. /// [DataField("rotAfter"), ViewVariables(VVAccess.ReadWrite)] - public TimeSpan RotAfter = TimeSpan.FromMinutes(5); + public TimeSpan RotAfter = TimeSpan.FromMinutes(10); /// /// How much rotting has occured -- 2.51.2