parent
1b798a7ead
commit
c00cae9b7d
|
|
@ -17,7 +17,7 @@ public sealed partial class PendingZombieComponent : Component
|
|||
{
|
||||
DamageDict = new ()
|
||||
{
|
||||
{ "Poison", 0.4 },
|
||||
{ "Poison", 0.3 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ public sealed partial class PendingZombieComponent : Component
|
|||
/// The amount of time left before the infected begins to take damage.
|
||||
/// </summary>
|
||||
[DataField("gracePeriod"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public TimeSpan GracePeriod = TimeSpan.Zero;
|
||||
public TimeSpan GracePeriod = TimeSpan.FromMinutes(2);
|
||||
|
||||
/// <summary>
|
||||
/// The minimum amount of time initial infected have before they start taking infection damage.
|
||||
|
|
|
|||
Loading…
Reference in New Issue