mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] Adds new fax reason for expedition teams (#8493)
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
TheToaster98
Kashargul
parent
11b9bacebb
commit
837dfac165
@@ -15,7 +15,7 @@
|
||||
title = "Captain"
|
||||
|
||||
/datum/job/captain/get_request_reasons()
|
||||
return list("Training crew")
|
||||
return list("Training crew", "Assembling expedition team")
|
||||
|
||||
/datum/job/hop
|
||||
disallow_jobhop = TRUE
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
|
||||
/datum/job/hop/get_request_reasons()
|
||||
return list("ID modification", "Training crew")
|
||||
return list("ID modification", "Training crew", "Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/secretary
|
||||
|
||||
@@ -106,6 +106,9 @@
|
||||
/datum/alt_title/excavator
|
||||
title = "Excavator"
|
||||
|
||||
/datum/job/mining/get_request_reasons()
|
||||
return list("Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/janitor //Lots of janitor substations on station.
|
||||
total_positions = 3
|
||||
@@ -238,6 +241,9 @@
|
||||
title = "Helmsman"
|
||||
*/ //CHOMP Remove end
|
||||
|
||||
/datum/job/pilot/get_request_reasons()
|
||||
return list("Assembling expedition team")
|
||||
|
||||
//////////////////////////////////
|
||||
// Entertainer
|
||||
//////////////////////////////////
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
title = "Maintenance Manager"
|
||||
|
||||
/datum/job/chief_engineer/get_request_reasons()
|
||||
return list("Engine setup", "Construction project", "Repairs necessary", "Training crew")
|
||||
return list("Engine setup", "Construction project", "Repairs necessary", "Training crew", "Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/engineer
|
||||
@@ -42,7 +42,7 @@
|
||||
title_blurb = "An Engineering Contractor fulfills similar duties to other engineers, but isn't directly employed by NT proper."
|
||||
|
||||
/datum/job/engineer/get_request_reasons()
|
||||
return list("Engine setup", "Construction project", "Repairs necessary")
|
||||
return list("Engine setup", "Construction project", "Repairs necessary", "Assembling expedition team")
|
||||
|
||||
|
||||
|
||||
@@ -63,4 +63,4 @@
|
||||
title_blurb = "A Disposals Technician is an Atmospheric Technician still and can fulfill all the same duties, although specializes more in disposals delivery system's operations and configurations."
|
||||
|
||||
/datum/job/atmos/get_request_reasons()
|
||||
return list("Construction project", "Repairs necessary")
|
||||
return list("Construction project", "Repairs necessary", "Assembling expedition team")
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
title = "Exploration Manager"
|
||||
|
||||
/datum/job/pathfinder/get_request_reasons()
|
||||
return list("Training crew")
|
||||
return list("Training crew", "Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/pilot
|
||||
@@ -113,6 +113,8 @@
|
||||
/datum/alt_title/offsite_scout
|
||||
title = "Offsite Scout"
|
||||
|
||||
/datum/job/explorer/get_request_reasons()
|
||||
return list("Assembling expedition team")
|
||||
|
||||
/datum/job/sar
|
||||
title = "Field Medic"
|
||||
@@ -138,3 +140,6 @@
|
||||
|
||||
/datum/alt_title/offsite_medic
|
||||
title = "Offsite Medic"
|
||||
|
||||
/datum/job/sar/get_request_reasons()
|
||||
return list("Assembling expedition team")
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
title = "Healthcare Manager"
|
||||
|
||||
/datum/job/cmo/get_request_reasons()
|
||||
return list("Surgery pending", "Viral outbreak", "Training crew")
|
||||
return list("Surgery pending", "Viral outbreak", "Training crew", "Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/doctor
|
||||
@@ -49,7 +49,7 @@
|
||||
title_blurb = "A Medical Contractor can be anything from a full-blown doctor to the likes of a nurse or orderly, but isn't directly employed by NT proper."
|
||||
|
||||
/datum/job/doctor/get_request_reasons()
|
||||
return list("Surgery pending", "Viral outbreak")
|
||||
return list("Surgery pending", "Viral outbreak", "Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/chemist
|
||||
@@ -94,3 +94,6 @@
|
||||
/datum/alt_title/sar
|
||||
title = "Search and Rescue"
|
||||
*/
|
||||
|
||||
/datum/job/paramedic/get_request_reasons()
|
||||
return list("Assembling expedition team")
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
title = "Head Scientist"
|
||||
|
||||
/datum/job/rd/get_request_reasons()
|
||||
return list("Repairs needed", "Training crew")
|
||||
return list("Repairs needed", "Training crew", "Assembling expedition team")
|
||||
|
||||
/datum/job/scientist
|
||||
spawn_positions = 5
|
||||
@@ -68,6 +68,8 @@
|
||||
title_blurb = "A Circuit Programmer is a Scientist whose expertise is working with integrated circuits. They are familar with the workings and programming of those devices. \
|
||||
They work to create various useful devices using the capabilities of integrated circuitry."
|
||||
|
||||
/datum/job/scientist/get_request_reasons()
|
||||
return list("Assembling expedition team")
|
||||
|
||||
/datum/job/xenobiologist
|
||||
spawn_positions = 3
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
title = "Security Manager"
|
||||
|
||||
/datum/job/hos/get_request_reasons()
|
||||
return list("Wildlife management", "Forensic investigation", "Training crew")
|
||||
return list("Wildlife management", "Forensic investigation", "Training crew", "Assembling expedition team")
|
||||
|
||||
|
||||
/datum/job/warden
|
||||
@@ -69,4 +69,4 @@
|
||||
title = "Security Contractor"
|
||||
|
||||
/datum/job/officer/get_request_reasons()
|
||||
return list("Wildlife management")
|
||||
return list("Wildlife management", "Assembling expedition team")
|
||||
|
||||
Reference in New Issue
Block a user