mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
Re-Enables Jobtime Restrictions(sec), Adjusts Values
This commit is contained in:
@@ -19,10 +19,10 @@ Head of Security
|
||||
supervisors = "the captain"
|
||||
selection_color = "#ffdddd"
|
||||
req_admin_notify = 1
|
||||
minimal_player_age = 3
|
||||
// exp_requirements = 300
|
||||
// exp_type = EXP_TYPE_CREW
|
||||
// exp_type_department = EXP_TYPE_SECURITY
|
||||
minimal_player_age = 5
|
||||
exp_requirements = 420
|
||||
exp_type = EXP_TYPE_CREW
|
||||
exp_type_department = EXP_TYPE_SECURITY
|
||||
|
||||
outfit = /datum/outfit/job/hos
|
||||
|
||||
@@ -88,7 +88,7 @@ Warden
|
||||
supervisors = "the head of security"
|
||||
selection_color = "#ffeeee"
|
||||
minimal_player_age = 3
|
||||
exp_requirements = 300
|
||||
exp_requirements = 360
|
||||
exp_type = EXP_TYPE_CREW
|
||||
|
||||
outfit = /datum/outfit/job/warden
|
||||
@@ -143,9 +143,9 @@ Detective
|
||||
spawn_positions = 1
|
||||
supervisors = "the head of security"
|
||||
selection_color = "#ffeeee"
|
||||
minimal_player_age = 3
|
||||
// exp_requirements = 300
|
||||
// exp_type = EXP_TYPE_CREW
|
||||
minimal_player_age = 2
|
||||
exp_requirements = 300
|
||||
exp_type = EXP_TYPE_CREW
|
||||
|
||||
outfit = /datum/outfit/job/detective
|
||||
|
||||
@@ -199,9 +199,9 @@ Security Officer
|
||||
spawn_positions = 5 //Handled in /datum/controller/occupations/proc/setup_officer_positions()
|
||||
supervisors = "the head of security, and the head of your assigned department (if applicable)"
|
||||
selection_color = "#ffeeee"
|
||||
minimal_player_age = 0
|
||||
// exp_requirements = 300
|
||||
// exp_type = EXP_TYPE_CREW
|
||||
minimal_player_age = 1
|
||||
exp_requirements = 300
|
||||
exp_type = EXP_TYPE_CREW
|
||||
|
||||
outfit = /datum/outfit/job/security
|
||||
|
||||
|
||||
Reference in New Issue
Block a user