Merge branch 'master' into 2020-08-31-click-attack

This commit is contained in:
Víctor Aguilera Puerto
2020-09-01 03:25:14 +02:00
25 changed files with 325 additions and 60 deletions

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;