Revert "Start rebalancing anomalies - Rock and Flesh anomaly reworked" (#24448)

This commit is contained in:
Ed
2024-01-23 15:40:37 +03:00
committed by GitHub
parent a68d0eefe6
commit 05a7eb07c2
17 changed files with 216 additions and 671 deletions

View File

@@ -268,13 +268,13 @@ public readonly record struct AnomalyShutdownEvent(EntityUid Anomaly, bool Super
/// </summary>
/// <param name="Anomaly">The anomaly being changed</param>
[ByRefEvent]
public readonly record struct AnomalySeverityChangedEvent(EntityUid Anomaly, float Stability, float Severity);
public readonly record struct AnomalySeverityChangedEvent(EntityUid Anomaly, float Severity);
/// <summary>
/// Event broadcast when an anomaly's stability is changed.
/// </summary>
[ByRefEvent]
public readonly record struct AnomalyStabilityChangedEvent(EntityUid Anomaly, float Stability, float Severity);
public readonly record struct AnomalyStabilityChangedEvent(EntityUid Anomaly, float Stability);
/// <summary>
/// Event broadcast when an anomaly's health is changed.