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; 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.Slipped.Add(otherBody.Owner.Uid);
component.Dirty(); component.Dirty();

View File

@@ -0,0 +1,4 @@
author: Zumorica
changes:
- type: Fix # One of the following: Add, Remove, Tweak, Fix
message: Fixes slips not working. GO FORTH AND SLIP, MY CHILDREN!