Zombie round shuttle autocall waits until more crew are zombied. (#24379)

More zombie more fun.
This commit is contained in:
IProduceWidgets
2024-01-21 21:02:25 -05:00
committed by GitHub
parent 6cb11e9f0a
commit fad00bb3b3

View File

@@ -86,7 +86,7 @@ public sealed partial class ZombieRuleComponent : Component
/// After this amount of the crew become zombies, the shuttle will be automatically called.
/// </summary>
[DataField("zombieShuttleCallPercentage")]
public float ZombieShuttleCallPercentage = 0.5f;
public float ZombieShuttleCallPercentage = 0.7f;
/// <summary>
/// Have we called the evac shuttle yet?