From: UpAndLeaves <92269094+Alpha-Two@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:57:55 +0000 (+0100) Subject: Slightly re-nerf zombification speed (#37445) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=91aa169784a59ff446cb4487cd134e6f95171342;p=space-station-14.git Slightly re-nerf zombification speed (#37445) Initial Commit --- 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.