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