mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Removes geneticist from sci and pAI from silicon jobbans
This commit is contained in:
@@ -73,7 +73,7 @@ var/list/engineering_positions = list(
|
||||
var/list/medical_positions = list(
|
||||
"Chief Medical Officer",
|
||||
"Medical Doctor",
|
||||
"Geneticist", //Part of both medical and science
|
||||
"Geneticist",
|
||||
"Virologist",
|
||||
"Chemist"
|
||||
)
|
||||
@@ -82,7 +82,6 @@ var/list/medical_positions = list(
|
||||
var/list/science_positions = list(
|
||||
"Research Director",
|
||||
"Scientist",
|
||||
"Geneticist", //Part of both medical and science
|
||||
"Roboticist"
|
||||
)
|
||||
|
||||
|
||||
@@ -680,7 +680,6 @@
|
||||
if(!temp) continue
|
||||
joblist += temp.title
|
||||
if("nonhumandept")
|
||||
joblist += "pAI"
|
||||
for(var/jobPos in nonhuman_positions)
|
||||
if(!jobPos) continue
|
||||
var/datum/job/temp = job_master.GetJob(jobPos)
|
||||
|
||||
Reference in New Issue
Block a user