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