mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
More mrowls
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
timeoff_factor = -1
|
timeoff_factor = -1
|
||||||
total_positions = -1
|
total_positions = -1
|
||||||
faction = "Station"
|
faction = "Station"
|
||||||
departments = list(DEPARTMENT_SCIENCE)
|
departments = list(DEPARTMENT_RESEARCH)
|
||||||
supervisors = "nobody! Enjoy your time off"
|
supervisors = "nobody! Enjoy your time off"
|
||||||
selection_color = "#633D63"
|
selection_color = "#633D63"
|
||||||
access = list(access_maint_tunnels)
|
access = list(access_maint_tunnels)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/datum/job/centcom_officer //For Business
|
/datum/job/centcom_officer //For Business
|
||||||
title = "CentCom Officer"
|
title = "CentCom Officer"
|
||||||
departments = list(DEPARTMENT_CENTCOM)
|
departments = list("Central Command")
|
||||||
head_position = 1
|
head_position = 1
|
||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = 2
|
total_positions = 2
|
||||||
|
|||||||
@@ -693,7 +693,7 @@
|
|||||||
joblist += temp.title
|
joblist += temp.title
|
||||||
//VOREStation Edit Start
|
//VOREStation Edit Start
|
||||||
if("explorationdept")
|
if("explorationdept")
|
||||||
for(var/jobPos in planet_positions)
|
for(var/jobPos in SSjob.get_job_titles_in_department(DEPARTMENT_PLANET))
|
||||||
if(!jobPos) continue
|
if(!jobPos) continue
|
||||||
var/datum/job/temp = job_master.GetJob(jobPos)
|
var/datum/job/temp = job_master.GetJob(jobPos)
|
||||||
if(!temp) continue
|
if(!temp) continue
|
||||||
|
|||||||
Reference in New Issue
Block a user