5min to 10m (#16457)

Co-authored-by: Owai-Seek <>
This commit is contained in:
Sir Winters
2023-05-15 11:52:31 -04:00
committed by GitHub
parent e126d6fe1f
commit 68305ec5fb

View 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