diff --git a/code/modules/paperwork/prefab_papers.dm b/code/modules/paperwork/prefab_papers.dm index c6aa1691d6fa..5471d6cd1ead 100644 --- a/code/modules/paperwork/prefab_papers.dm +++ b/code/modules/paperwork/prefab_papers.dm @@ -68,6 +68,8 @@ GLOBAL_REFERENCE_LIST_INDEXED(prefab_papers, /obj/item/paper/prefab, document_ti /obj/structure/filingcabinet/documentation/military_police available_categories = list(PAPER_CATEGORY_MP) +/obj/structure/filingcabinet/documentation/liaison + available_categories = list(PAPER_CATEGORY_WEYYU) //######################################## //######################################## //######################################## @@ -79,18 +81,18 @@ GLOBAL_REFERENCE_LIST_INDEXED(prefab_papers, /obj/item/paper/prefab, document_ti . = ..() name = document_title -/obj/item/paper/prefab/html_checking - document_category = PAPER_CATEGORY_PROVOST - doc_file_ref = "undercover_provost" - /obj/item/paper/prefab/carbon/military_police name = "Blank MP Document" document_category = PAPER_CATEGORY_MP /obj/item/paper/prefab/carbon/military_police/appeal_form - document_title = "PR301 - Appeals Form" + document_title = "PR301a - Appeals Form" doc_file_ref = "appeal_form" +/obj/item/paper/prefab/carbon/military_police/dao_request + document_title = "PR301b - Delayed Action Order" + doc_file_ref = "dao_request" + /obj/item/paper/prefab/carbon/military_police/confiscation_receipt document_title = "PR356 - Confiscation Receipt" doc_file_ref = "confiscation_receipt" @@ -98,3 +100,25 @@ GLOBAL_REFERENCE_LIST_INDEXED(prefab_papers, /obj/item/paper/prefab, document_ti /obj/item/paper/prefab/carbon/military_police/apology_notice document_title = "NJ910 - Apology Notice" doc_file_ref = "apology_notice" + + +/obj/item/paper/prefab/liaison + name = "Blank WY Document" + document_category = PAPER_CATEGORY_WEYYU + +/obj/item/paper/prefab/liaison/preserve_intent + document_title = "WY439 - Affidavit of Intent to Preserve" + doc_file_ref = "preserve_intent" + +/obj/item/paper/prefab/liaison/preserve_intent + document_title = "WY440 - Affidavit of Liability" + doc_file_ref = "liability" + +/obj/item/paper/prefab/liaison/nda_short + document_title = "WY441 - Confidentiality Agreement" + doc_file_ref = "nda_short" + +/obj/item/paper/prefab/liaison/nda_long + document_title = "WY442 - Non Disclosure Agreement" + doc_file_ref = "nda_long" + diff --git a/paperwork/Military Police/appeal_form.html b/paperwork/Military Police/appeal_form.html index 91ab5b3fe430..3680cf8b08c8 100644 --- a/paperwork/Military Police/appeal_form.html +++ b/paperwork/Military Police/appeal_form.html @@ -127,6 +127,7 @@


To be completed by Military Police


+ Appeal Reference Number:
Arresting Officer:
Department Representative:
Testimonial:


diff --git a/paperwork/Military Police/dao_request.html b/paperwork/Military Police/dao_request.html new file mode 100644 index 000000000000..392893f08b9a --- /dev/null +++ b/paperwork/Military Police/dao_request.html @@ -0,0 +1,134 @@ + + + +
+ + + +
+
+

Delayed Action Order

+

PR301b

+
+
+ + +
+

To be completed by Military Police


+ Appeal Reference Number:
+ Department Representative:
+ Charges of the accused, with reasoning:


+ Reason for PR301b Request:


+ Notes or Comments:


+ Representative Signature:
+
+
+
+

PR301b Function

+

+ A PR301b Delayed Action Order (DAO) allows Military Police to reprosecute a defendant for charges they are previously released from due to the inability to adhere to the required timeframes.
+ Request of a DAO requires the defendant be released from detainment, the 'PR301b Requested' section on the related PR301a form completed, and this form sent by fax to the Provost Office.
+ Upon receipt of a response containing the Provost Office's decision the related PR301a form must be updated to indicate the answer. Should a DAO be approved the defendant must be presented with the response from the Provost Office upon, or prior to, being detained. +

+
+
+ diff --git a/paperwork/Provost/undercover_provost.html b/paperwork/Provost/undercover_provost.html deleted file mode 100644 index c60cbf3be9f9..000000000000 --- a/paperwork/Provost/undercover_provost.html +++ /dev/null @@ -1,165 +0,0 @@ - - - -
- - - -
-

FROM THE DESK OF FERDINAND DOME

-

USCM PROVOST MARSHAL

-
-

- AUTHORISED PERSONNEL ONLY -

-
- -
- - -
-

- USS Almayer, -

-

- We have reason to beleive there is an active CLF cell operating in the vicinity of Lazarus Landing, please ensure your personnel are on alert for any unusual activity. -

-

- CLF operators are to be detained alive if possible, or handled with maximum force if capture is not an acceptable risk. -

- - - -
-
-
-

Ferdinand Dome

-
-

Provost Marshal

-

4th Div. High Command Herculis -
- B79-E, Chinook 91 GSO Station

- -
- -
- diff --git a/paperwork/Weyland Yutani/liability.html b/paperwork/Weyland Yutani/liability.html new file mode 100644 index 000000000000..380543dc0512 --- /dev/null +++ b/paperwork/Weyland Yutani/liability.html @@ -0,0 +1,128 @@ + + + +
+ + + +
+

Affidavit of Liability

+

WY440

+
+
+ + + +
+

I, , forfeit all right to bring a suit against the Weyland Yutani (Space) Corporation for any reason on the site. This agreement releases the Weyland Yutani (Space) Corporation from all liability relating to injuries and financial responsibilities for injuries that may occur on the site.

+

Signature:
Liaison Signature:
Date:

+
+ +
+

Our organization accepts no liability for the content of this missive, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This message contains confidential information and is intended only for addressee, if you are not the aforementioned addressee you should not disseminate, distribute or copy this missive. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+
+ +
+ diff --git a/paperwork/Weyland Yutani/nda_long.html b/paperwork/Weyland Yutani/nda_long.html new file mode 100644 index 000000000000..d145bd802ac1 --- /dev/null +++ b/paperwork/Weyland Yutani/nda_long.html @@ -0,0 +1,161 @@ + + + +
+ + + +
+

Non Disclosure Agreement

+

WY442

+
+
+ + + +
+ This Non-disclosure Agreement is made effective as of March 30th 2187 by and between The Company and the United States Colonial Marines (the "recipient") of property and information regarding all operational procedures of .

+
+

I . Confidential Information.
The term "confidential Information" means by any information which is proprietary to the Owner, whether or not owned or developed by the Owner, which is generally known other than by the Owner, which the Recipient may obtain through any direct or indirect contact with the owner, regardless of whether specifically identified as confidential or proprietary, Confidential Information shall include any information provided by the Owner concerning the business, technology and information of the Owner and any third party with which the owner deals, including, without limitation, business records and plans, trade secrets, technical data, product are ideas, contracts, financial information, pricing structure, health discounts, computer programs, listings and unknown wildlife, are all copyright and intellectual property. The nature of the information and the manner of disclosure are such that a reasonable person would understand is confidential.

+ +

A. "Confidential Information" does not include:
- Matters of public knowledge that result from disclosure by the Owner.
- Information rightfully received by the recipient from a third party without a duty of confidentiality.
- Information disclosed by operation contract of The Company.
- Information disclosed by the recipient with the prior written consent of the Owner, and any other information that both parties agree in writing is not confidential.

+
+

II. PROTECTION OF CONFIDENTIAL INFORMATION.
The recipient understands and acknowledges that the Confidential Information has been developed or obtained by the owner of The Company by Investment of Significant time, effort and expense, and that the Confidential Information is valuable, special and a unique asset of the Owner which provides the Owner with significant competitive advantage, and needs to be protected from improper disclosure. In consideration for the receipt by the Recipient of the confidential Information, the Recipient agrees as follows:

+ +

A. No Disclosure.
The recipient will hold the confidential information in confidence and will not disclose the Confidential information to any person or entity without the prior written consent of the Owner.

+ +

B. No copying/Modifying.
The Recipient will not copy or modify any Confidential Information to any person or entity without the prior written consent of the Owner.

+ +

C. Unauthorized Use.
The Recipient shall promptly advise the Owner if the Recipient becomes aware of any possible unauthorized disclosures or use of the Confidential Information.

+ +

D. application to employees.
The Recipient shall not disclose any confidential Information to any employees of the Recipient, except those employees who are required to have the Confidential Information in order to perform jobs and duties in connection with the limited purpose of this Agreement. Each permitted employee to whom confidential information is disclosed shall sign a non-disclosure agreement substantially the same as this agreement at the request of the Owner.

+
+

III . Unauthorized Disclosure of Information- Injunction.
If it appears that the Recipient has disclosed (or has threatened to disclose) Confidential Information in violation of this Agreement, the Owner shall be entitled to a injunction to restrain the Recipient from disclosing the Confidential Information in whole or in part. The owner shall not be prohibited by this provision from pursuing other remedies, including a claim for losses and damages.

+
+

IV. Non-Circumvention.
For a period of five hundred (500) years after the end of the terms of this Agreement, the Recipient will not attempt to do business with or otherwise solicit any business contacts found or otherwise referred by owners to Recipient for the purpose of circumventing, the result of which shall be prevent the Owner from realizing or recognizing a profit, fees, or otherwise, without the specific written approval of the owner. If such circumvention shall occur the Owner shall be entitled to any Commissions due pursuant to this agreement or relating to such Transaction.

+
+

V. Return of Confidential Information.
Upon the written request of the owner, the recipient shall return to the owner all written material containing the Confidential Information. The recipient shall also deliver to the owner written statements signed by the Recipient certifying that all materials have been returned within one (1) days of receipt of the request.

+
+

VI . Relationship of Parties.
Neither party has an obligation under this agreement to purchase products by the owner under this claus you are free to purchase weapons within the owners inventory at the standard rate.

+
+

VII. No Warranty.
The Recipient acknowledges and agrees that the Confidential Information is provided on an "AS IS" basis. THE OWNER MAKES NO WARRANTIES, EXPRESS OR IMPLIED WITH RESPECT TO THE CONFIDENTIAL INFORMATION AND HEREBY EXPRESSLY DISCLAIMS ANY AND ALL IMPLIED WARRANTIES OR INJURIES OF MERCHANT-ABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO WAY SHALL THE OWNER BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THE PERFORMANCE OR USE OF ANY PORTION OF THE CONFIDENTIAL INFORMATION. The Owner does not represent or warrant that any product or business plans disclosed to the Recipient will be marketed or carried out as disclosed, or at all. Any actions taken by the Recipient in response to the disclosure of the Confidential Information shall be solely at the risk of the Recipient.

+
+

VIII. Limited License to use.
The Recipient Shall not acquire any intellectual property rights under this Agreement except the limited right to use as set forth above. The recipient acknowledges that, as between the Owner and the Recipient, the Confidential Information and all related copyrights and other intellectual property rights, are (and at all times will be) the property of the Owner, even if suggestions, comments, and/or ideas made by the Recipient are incorporated into the Confidential Information or related materials during the period of this Agreement.

+
+

IX . Indemnity.
Each party agrees to defend, indemnify, and hold harmless the other party and its officers, directors, agents, affiliates, representatives, and employees from any and all third party claims, demands, liabilities, costs and expenses, including reasonable attorney fees provided by the Owner. costs and expenses resulting from the indemnifying party's material breach of any duty, representation, or warranty under this Agreement.

+
+

X . TERM.
The obligations of this agreement shall survive 03/30/2293 from the Effective date or until the Owner sends the Recipient written notice releasing the Recipient from this Agreement. After that, the Recipient must continue to protect the confidential information that was received during the term of this agreement from unauthorized use or disclosure for a additional time of the Owners Choosing.

+
+

XI. Signatories.
This Agreement shall be executed by the named representative, on behalf of The Company and USS Almayer's Commander, on behalf of United States Colonial Marines and delivered in the manner prescribed by law as of the date first written above.

+

A. The Company.
Date:
Representative:
Title:
Signature:

+

B. USCM.
Date:
Representative:
Rank:
Signature:

+
+ +
+

Our organization accepts no liability for the content of this missive, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This message contains confidential information and is intended only for addressee, if you are not the aforementioned addressee you should not disseminate, distribute or copy this missive. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+
+ +
+ diff --git a/paperwork/Weyland Yutani/nda_short.html b/paperwork/Weyland Yutani/nda_short.html new file mode 100644 index 000000000000..90a93e680d81 --- /dev/null +++ b/paperwork/Weyland Yutani/nda_short.html @@ -0,0 +1,132 @@ + + + +
+ + + +
+

Confidentiality Agreement

+

WY441

+
+
+ + + +
+

I, , agree to a Confidentiality Agreement with the Weyland-Yutani (Space) Corporation that no information regarding the events that took place on the facility named and subsequently the USS Almayer is to be delivered publicly. Only qualified Corporate personnel whose identities have been confirmed will receive such information.

+

+ Signature:
+ Liaison Signature:
+ Date: +

+
+ +
+

Our organization accepts no liability for the content of this missive, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This message contains confidential information and is intended only for addressee, if you are not the aforementioned addressee you should not disseminate, distribute or copy this missive. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+
+ +
+ diff --git a/paperwork/Weyland Yutani/preserve_intent.html b/paperwork/Weyland Yutani/preserve_intent.html new file mode 100644 index 000000000000..88cbdc71d86b --- /dev/null +++ b/paperwork/Weyland Yutani/preserve_intent.html @@ -0,0 +1,128 @@ + + + +
+ + + +
+

Affidavit of Intent to Preserve

+

WY439

+
+
+ + + +
+

I, , do hereby swear and affirm that they I will do everything within my power to preserve and protect the integrity and value of all proprietary interests of the Weyland Yutani (Space) Corporation on the surface of or above the surface of .

+

Signature:
Liaison Signature:
Date:

+
+ +
+

Our organization accepts no liability for the content of this missive, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This message contains confidential information and is intended only for addressee, if you are not the aforementioned addressee you should not disseminate, distribute or copy this missive. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+
+ +
+ diff --git a/paperwork/Weyland Yutani/template.html b/paperwork/Weyland Yutani/template.html new file mode 100644 index 000000000000..c7178b22db57 --- /dev/null +++ b/paperwork/Weyland Yutani/template.html @@ -0,0 +1,128 @@ + + + +
+ + + +
+

DOCUMENT TITLE

+

DOC REF CODE

+
+
+ + + +
+ + +
+ +
+

Our organization accepts no liability for the content of this missive, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This message contains confidential information and is intended only for addressee, if you are not the aforementioned addressee you should not disseminate, distribute or copy this missive. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

+
+ +
+