@@ -13,7 +13,7 @@ public sealed class PerishableComponent : Component
|
|||||||
/// How long it takes after death to start rotting.
|
/// How long it takes after death to start rotting.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("rotAfter"), ViewVariables(VVAccess.ReadWrite)]
|
[DataField("rotAfter"), ViewVariables(VVAccess.ReadWrite)]
|
||||||
public TimeSpan RotAfter = TimeSpan.FromMinutes(5);
|
public TimeSpan RotAfter = TimeSpan.FromMinutes(10);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How much rotting has occured
|
/// How much rotting has occured
|
||||||
|
|||||||
Reference in New Issue
Block a user