mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
bye (#14288)
This commit is contained in:
@@ -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, "<span class='userdanger'>The firearm in your locker is for <b><u>SELF DEFENSE</b></u>, keep it within your department unless the situation is <i>extremely</i>dire. Security can confiscate it!.")
|
||||
|
||||
/datum/outfit/job/quartermaster
|
||||
name = "Quartermaster"
|
||||
jobtype = /datum/job/quartermaster
|
||||
|
||||
@@ -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 <b><u>GUARD</b></u> not a Security Officer, do <b><u>NOT</b></u> 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. <b>Remember: You aren't a Security Officer.</b>"))
|
||||
to_chat(M, "<b>You are a Brig Officer of the Frontier Space Station 13, your duties include Prisoner escort and ensuring the Prisoners stay in line.</b>")
|
||||
|
||||
|
||||
|
||||
|
||||
/datum/outfit/job/brigoff
|
||||
name = "Corrections Officer"
|
||||
jobtype = /datum/job/brigoff
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user