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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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