Radiation pulse damage reduction (#4872)

This commit is contained in:
20kdc
2021-10-14 19:02:07 +01:00
committed by GitHub
parent d01448e76f
commit 41256cc84e

View File

@@ -20,7 +20,7 @@ namespace Content.Server.Radiation
[Dependency] private readonly IRobustRandom _random = default!;
private float _duration;
private float _radsPerSecond = 40f;
private float _radsPerSecond = 8f;
private float _range = 5f;
private TimeSpan _endTime;
private bool _draw = true;