PA Fixes (#18116)
* PA Fixes Fix exception when opening UI if it has the power limiter warning displayed. Fix it sometimes not detecting parts due to angles not getting normalized before comparison. * Fix swapped out sprites for PA emitter P0 states
This commit is contained in:
committed by
GitHub
parent
a356d9b1fd
commit
23966e1dff
@@ -409,7 +409,7 @@ namespace Content.Client.ParticleAccelerator.UI
|
||||
if (_maxStrength > 3 && enabled && assembled)
|
||||
{
|
||||
_shouldContinueAnimating = true;
|
||||
if (!_alarmControl.Visible)
|
||||
if (!_alarmControl.HasRunningAnimation("warningAnim"))
|
||||
_alarmControl.PlayAnimation(_alarmControlAnimation, "warningAnim");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user