mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
Adds a new HOP alt title
Adds the "Performance Management Supervisor" Alt title as an analog to the Captain's "Chief Supervisor" themed role Just like we have Facility Director and Facility Steward
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
dept_time_required = 60
|
||||
|
||||
alt_titles = list("Crew Resources Officer" = /datum/alt_title/cro, "Deputy Director" = /datum/alt_title/deputy_director, "Staff Manager" = /datum/alt_title/staff_manager,
|
||||
"Facility Steward" = /datum/alt_title/facility_steward) //CHOMPEdit
|
||||
"Facility Steward" = /datum/alt_title/facility_steward //CHOMPEdit
|
||||
, "Performance Management Supervisor" = /datum/alt_title/performance_management_supervisor) //CHOMPEdit
|
||||
|
||||
access = list(access_security, access_sec_doors, access_brig, access_forensics_lockers,
|
||||
access_medical, access_engine, access_change_ids, access_ai_upload, access_eva, access_heads,
|
||||
@@ -49,6 +50,8 @@
|
||||
/datum/alt_title/facility_steward
|
||||
title = "Facility Steward"
|
||||
|
||||
|
||||
|
||||
/datum/job/hop/get_request_reasons()
|
||||
return list("ID modification", "Training crew")
|
||||
|
||||
@@ -73,3 +76,8 @@
|
||||
|
||||
/datum/alt_title/bridge_assistant
|
||||
title = "Bridge Assistant"
|
||||
|
||||
//CHOMPEDIT START: More Alt titles
|
||||
/datum/alt_title/performance_management_supervisor
|
||||
title = "Performance Management Supervisor" //This one can be somewhat seen as an analogue to the captains "Chief Supervisor" role
|
||||
//CHOMPEDIT END
|
||||
|
||||
Reference in New Issue
Block a user