From: Sir Winters <7543955+Owai-Seek@users.noreply.github.com> Date: Mon, 15 May 2023 15:52:31 +0000 (-0400) Subject: 5min to 10m (#16457) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=68305ec5fb127eec98eb75437e6c0074f14a1f7d;p=space-station-14.git 5min to 10m (#16457) Co-authored-by: Owai-Seek <> --- 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