Skip to content

Commit

Permalink
Zombie round shuttle autocall waits until more crew are zombied. (spa…
Browse files Browse the repository at this point in the history
…ce-wizards#24379)

More zombie more fun.
  • Loading branch information
IProduceWidgets authored Jan 22, 2024
1 parent 6cb11e9 commit fad00bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit fad00bb

Please sign in to comment.