Better pull breakout (#3571)

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2021-03-08 12:10:48 +11:00
committed by GitHub
parent 0f7da24993
commit fcb3498bba
4 changed files with 32 additions and 19 deletions

View File

@@ -74,14 +74,5 @@ namespace Content.Shared.GameObjects.Components.Pulling
break;
}
}
private void OnClickAlert(ClickAlertEventArgs args)
{
EntitySystem
.Get<SharedPullingSystem>()
.GetPulled(args.Player)?
.GetComponentOrNull<SharedPullableComponent>()?
.TryStopPull();
}
}
}