Fix Anomaly infections infinity growing after curing (#32259)

This commit is contained in:
Ed
2024-09-18 01:19:34 +03:00
committed by GitHub
parent 870bacbcac
commit 61089355f0
2 changed files with 13 additions and 1 deletions

View File

@@ -194,6 +194,8 @@ public abstract class SharedAnomalySystem : EntitySystem
if (component.DeleteEntity)
QueueDel(uid);
else
RemCompDeferred<AnomalySupercriticalComponent>(uid);
}
/// <summary>