Make anomalies harder (#16760)

This commit is contained in:
Nemanja
2023-05-24 23:28:40 -04:00
committed by GitHub
parent 945d026406
commit 91585f5efb
4 changed files with 12 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ public sealed partial class AnomalySystem : SharedAnomalySystem
[Dependency] private readonly SharedDoAfterSystem _doAfter = default!;
[Dependency] private readonly ExplosionSystem _explosion = default!;
[Dependency] private readonly MaterialStorageSystem _material = default!;
[Dependency] private readonly SharedPointLightSystem _pointLight = default!;
[Dependency] private readonly RadioSystem _radio = default!;
[Dependency] private readonly UserInterfaceSystem _ui = default!;