Status effect refactor (#4868)
* Oops! All Changes In One Commit * try desperately to fix prediction issues and fail * oops * test * actually fixes prediction issues * port jittering to status effect * default merge behavior + alert cooldown stuff * silly test issue * zabloing * address reviews
This commit is contained in:
@@ -62,11 +62,8 @@ namespace Content.Server.Conveyor
|
||||
signal != TwoWayLeverSignal.Middle)
|
||||
{
|
||||
args.Cancel();
|
||||
if (args.Attemptee.TryGetComponent<StunnableComponent>(out var stunnableComponent))
|
||||
{
|
||||
_stunSystem.Paralyze(uid, TimeSpan.FromSeconds(2f), stunnableComponent);
|
||||
component.Owner.PopupMessage(args.Attemptee, Loc.GetString("conveyor-component-failed-link"));
|
||||
}
|
||||
_stunSystem.TryParalyze(uid, TimeSpan.FromSeconds(2f));
|
||||
component.Owner.PopupMessage(args.Attemptee, Loc.GetString("conveyor-component-failed-link"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user