Hotfix slips

This commit is contained in:
Vera Aguilera Puerto
2021-10-16 00:20:08 +02:00
parent 317a3ea0e4
commit 8deffd3f08
2 changed files with 5 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ namespace Content.Shared.Slippery
otherBody.LinearVelocity *= component.LaunchForwardsMultiplier;
_stunSystem.TryParalyze(component.Owner.Uid, TimeSpan.FromSeconds(5));
_stunSystem.TryParalyze(otherBody.Owner.Uid, TimeSpan.FromSeconds(5));
component.Slipped.Add(otherBody.Owner.Uid);
component.Dirty();