Hotfix slips
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
4
Resources/Changelog/Parts/slip.yml
Normal file
4
Resources/Changelog/Parts/slip.yml
Normal 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!
|
||||||
Reference in New Issue
Block a user