private void OnStandAttempt(EntityUid uid, MobStateComponent component, StandAttemptEvent args) { if (component.IsIncapacitated()) { args.Cancel(); } }
private void HandleStand(EntityUid uid, SharedBuckleComponent component, StandAttemptEvent args) { if (component.Buckled) { args.Cancel(); } }