Increase barotrauma timer to 3 seconds.

This commit is contained in:
Víctor Aguilera Puerto
2020-09-01 02:25:19 +02:00
parent 12801ccf2c
commit c8b55714cc

View File

@@ -7,7 +7,7 @@ namespace Content.Server.GameObjects.EntitySystems
[UsedImplicitly]
public class BarotraumaSystem : EntitySystem
{
private const float TimePerUpdate = 0.5f;
private const float TimePerUpdate = 3f;
private float _timer = 0f;