Remove IClientSingularityInstance, move visual effects to SingularityDistortionComponent (#4194)
* Remove IClientSingularityInstance * In and out 5 minute refactor * Component states for singularity distortion * Fix distortion states * Address reviews
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Content.Server.Radiation
|
||||
return;
|
||||
|
||||
if(_duration <= 0f)
|
||||
Owner.Delete();
|
||||
Owner.QueueDelete();
|
||||
|
||||
_duration -= frameTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user