Acid effects (#5466)

* acid

* balance

* nerf area effects
This commit is contained in:
mirrorcult
2021-11-27 00:31:49 -07:00
committed by GitHub
parent 3e32e0f81f
commit bf30f82ff5
7 changed files with 94 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.Server.Chemistry.Components
{
public override string Name => "AreaEffectInception";
private const float ReactionDelay = 0.5f;
private const float ReactionDelay = 1.5f;
private readonly HashSet<SolutionAreaEffectComponent> _group = new();