From 39bdda5383bb895c033eb190445bcac98c445728 Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Mon, 13 Jun 2022 09:48:39 -0700 Subject: [PATCH] bye (#14288) --- code/modules/jobs/job_types/quartermaster.dm | 4 ---- modular_skyrat/modules/brigoff/code/brigoff.dm | 9 --------- .../modules/exp_corps/code/expeditionary_trooper.dm | 5 ----- .../modules/nanotrasen_rep/code/nanotrasen_consultant.dm | 6 ------ .../sec_haul/code/security_medic/security_medic.dm | 5 ----- 5 files changed, 29 deletions(-) diff --git a/code/modules/jobs/job_types/quartermaster.dm b/code/modules/jobs/job_types/quartermaster.dm index c9b0394ef3e..34211559e47 100644 --- a/code/modules/jobs/job_types/quartermaster.dm +++ b/code/modules/jobs/job_types/quartermaster.dm @@ -35,10 +35,6 @@ job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_BOLD_SELECT_TEXT | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN ignore_human_authority = TRUE -/datum/job/quartermaster/after_spawn(mob/living/carbon/human/H, mob/M) //SKYRAT EDIT - Gubman 3.1 - . = ..() - to_chat(M, "The firearm in your locker is for SELF DEFENSE, keep it within your department unless the situation is extremelydire. Security can confiscate it!.") - /datum/outfit/job/quartermaster name = "Quartermaster" jobtype = /datum/job/quartermaster diff --git a/modular_skyrat/modules/brigoff/code/brigoff.dm b/modular_skyrat/modules/brigoff/code/brigoff.dm index 22b6f6645be..d6b320ee43c 100644 --- a/modular_skyrat/modules/brigoff/code/brigoff.dm +++ b/modular_skyrat/modules/brigoff/code/brigoff.dm @@ -38,15 +38,6 @@ job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN -/datum/job/brigoff/after_spawn(mob/living/carbon/human/H, mob/M) - . = ..() - to_chat(M, span_userdanger("You are a GUARD not a Security Officer, do NOT run off and be Security unless it's red alert!.")) - to_chat(M, span_warning("You shouldn't leave the brig for long peroids of time. Remember: You aren't a Security Officer.")) - to_chat(M, "You are a Brig Officer of the Frontier Space Station 13, your duties include Prisoner escort and ensuring the Prisoners stay in line.") - - - - /datum/outfit/job/brigoff name = "Corrections Officer" jobtype = /datum/job/brigoff diff --git a/modular_skyrat/modules/exp_corps/code/expeditionary_trooper.dm b/modular_skyrat/modules/exp_corps/code/expeditionary_trooper.dm index ffced4d1c82..3ca79b78dc4 100644 --- a/modular_skyrat/modules/exp_corps/code/expeditionary_trooper.dm +++ b/modular_skyrat/modules/exp_corps/code/expeditionary_trooper.dm @@ -32,11 +32,6 @@ job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS -/datum/job/expeditionary_trooper/after_spawn(mob/living/carbon/human/H, mob/M) - . = ..() - to_chat(M, span_redtext("As a Vanguard Operative you are not part of security! You must not perform security duties unless absolutely nessecary. \ - Do not valid hunt using your equipment. Use common sense. Failure to follow these simple rules will result in a job ban.")) - /datum/outfit/job/expeditionary_trooper name = "Vanguard Operative" jobtype = /datum/job/expeditionary_trooper diff --git a/modular_skyrat/modules/nanotrasen_rep/code/nanotrasen_consultant.dm b/modular_skyrat/modules/nanotrasen_rep/code/nanotrasen_consultant.dm index dd541c4e266..6d2a6fbac45 100644 --- a/modular_skyrat/modules/nanotrasen_rep/code/nanotrasen_consultant.dm +++ b/modular_skyrat/modules/nanotrasen_rep/code/nanotrasen_consultant.dm @@ -40,12 +40,6 @@ veteran_only = TRUE job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_BOLD_SELECT_TEXT | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS -/datum/job/nanotrasen_consultant/after_spawn(mob/living/H, mob/M, latejoin) - . = ..() - to_chat(H, span_boldannounce("As the Nanotrasen Consultant, you are required to follow the following placeholder policy and SOP: https://paradisestation.org/wiki/index.php/Nanotrasen_Representative")) - //REMOVE THIS AFTER FAX MACHINES ARE ADDED!!!! - to_chat(H, span_boldannounce("If you require IC admin intervention, send an admin help until the fax machine is added.")) - /datum/outfit/job/nanotrasen_consultant name = "Nanotrasen Consultant" jobtype = /datum/job/nanotrasen_consultant diff --git a/modular_skyrat/modules/sec_haul/code/security_medic/security_medic.dm b/modular_skyrat/modules/sec_haul/code/security_medic/security_medic.dm index 892d26128dc..04f5073e057 100644 --- a/modular_skyrat/modules/sec_haul/code/security_medic/security_medic.dm +++ b/modular_skyrat/modules/sec_haul/code/security_medic/security_medic.dm @@ -44,11 +44,6 @@ rpg_title = "Battle Cleric" job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN -/datum/job/security_medic/after_spawn(mob/living/carbon/human/H, mob/M) - . = ..() - to_chat(M, span_redtext("As the Security Medic, you are comparable in medical knowledge to a Paramedic, not a one man surgical bay. \ - your main duty is healing on the field or in combat situations. Leave revivals and chemistry work to trained professionals.")) - /datum/outfit/job/security_medic name = "Security Medic" jobtype = /datum/job/security_medic