- tweak: Nerf blight. (#263)
* - tweak: Nerf blight. * - tweak: ... But bible no longer works.
This commit is contained in:
@@ -92,6 +92,6 @@ public sealed class BlightSystem : EntitySystem
|
||||
|
||||
private void SetDelay(BlightComponent comp)
|
||||
{
|
||||
comp.MaxDelay = TimeSpan.FromSeconds(_random.Next(10, 30));
|
||||
comp.MaxDelay = TimeSpan.FromSeconds(_random.Next(20, 50));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user