diff --git a/Content.Shared/Zombies/PendingZombieComponent.cs b/Content.Shared/Zombies/PendingZombieComponent.cs index b199edeb00..310f731e07 100644 --- a/Content.Shared/Zombies/PendingZombieComponent.cs +++ b/Content.Shared/Zombies/PendingZombieComponent.cs @@ -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. /// [DataField("gracePeriod"), ViewVariables(VVAccess.ReadWrite)] - public TimeSpan GracePeriod = TimeSpan.Zero; + public TimeSpan GracePeriod = TimeSpan.FromMinutes(2); /// /// The minimum amount of time initial infected have before they start taking infection damage.