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

@@ -145,9 +145,7 @@ public sealed partial class AnomalySystem
Appearance.SetData(uid, AnomalyVesselVisuals.HasAnomaly, on, appearanceComponent);
if (TryComp<SharedPointLightComponent>(uid, out var pointLightComponent))
{
pointLightComponent.Enabled = on;
}
_pointLight.SetEnabled(uid, on, pointLightComponent);
// arbitrary value for the generic visualizer to use.
// i didn't feel like making an enum for this.