]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
5min to 10m (#16457)
authorSir Winters <7543955+Owai-Seek@users.noreply.github.com>
Mon, 15 May 2023 15:52:31 +0000 (11:52 -0400)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 15:52:31 +0000 (10:52 -0500)
Co-authored-by: Owai-Seek <>
Content.Shared/Atmos/Miasma/PerishableComponent.cs

index 17cf310681eaa6b09da2e4c0897b0eb438733e9d..799dde621a5655db628c55ea18b1477bd3e6a49b 100644 (file)
@@ -13,7 +13,7 @@ public sealed class PerishableComponent : Component
     /// How long it takes after death to start rotting.
     /// </summary>
     [DataField("rotAfter"), ViewVariables(VVAccess.ReadWrite)]
-    public TimeSpan RotAfter = TimeSpan.FromMinutes(5);
+    public TimeSpan RotAfter = TimeSpan.FromMinutes(10);
 
     /// <summary>
     /// How much rotting has occured