diff --git a/maps/torch/datums/reports/robotics.dm b/maps/torch/datums/reports/robotics.dm deleted file mode 100644 index 681c50827f5cc..0000000000000 --- a/maps/torch/datums/reports/robotics.dm +++ /dev/null @@ -1,20 +0,0 @@ -/datum/computer_file/report/recipient/borging - form_name = "CC-SGF-09" - title = "Cyborgification Contract" - logo = "\[solcrest\]" - available_on_ntnet = TRUE - -/datum/computer_file/report/recipient/borging/generate_fields() - ..() - var/list/xo_fields = list() - add_field(/datum/report_field/text_label/header, "SEV Torch - Office of the Executive Officer") - add_field(/datum/report_field/people/from_manifest, "Name (XO)") - add_field(/datum/report_field/people/from_manifest, "Name (subject)", required = 1) - add_field(/datum/report_field/date, "Date filed") - add_field(/datum/report_field/time, "Time filed") - add_field(/datum/report_field/text_label/instruction, "I, undersigned, hereby agree to willingly undergo a Regulation Lobotimization with intention of cyborgification or AI assimilation, and I am aware of all the consequences of such act. I also understand that this operation may be irreversible, and that my employment contract will be terminated.") - add_field(/datum/report_field/signature, "Subject's signature") - xo_fields += add_field(/datum/report_field/signature, "Executive Officer's signature") - xo_fields += add_field(/datum/report_field/options/yes_no, "Approved") - for(var/datum/report_field/field in xo_fields) - field.set_access(access_edit = access_hop) \ No newline at end of file diff --git a/maps/torch/torch.dm b/maps/torch/torch.dm index a1b5e3e9237ec..593a4dfdeccda 100644 --- a/maps/torch/torch.dm +++ b/maps/torch/torch.dm @@ -44,7 +44,6 @@ #include "datums/reports/corporate.dm" #include "datums/reports/exploration.dm" #include "datums/reports/medical.dm" - #include "datums/reports/robotics.dm" #include "datums/reports/science.dm" #include "datums/reports/security.dm" #include "datums/reports/solgov.dm"