Merge pull request #9563 from VOREStation/upstream-merge-7821

[MIRROR] Makes explorer a subordinate of science
This commit is contained in:
Novacat
2021-01-10 00:58:10 -05:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
@@ -6,7 +6,7 @@
/obj/item/device/encryptionkey/explorer
name = "explorer radio encryption key"
icon_state = "com_cypherkey"
channels = list("Explorer" = 1)
channels = list("Explorer" = 1, "Science" = 1)
/obj/item/device/encryptionkey/sar
name = "sar's encryption key"
+6 -6
View File
@@ -75,16 +75,16 @@ var/const/access_explorer = 43
/datum/job/explorer
title = "Explorer"
flag = EXPLORER
departments = list(DEPARTMENT_PLANET)
department_flag = CIVILIAN
departments = list(DEPARTMENT_RESEARCH, DEPARTMENT_PLANET)
department_flag = MEDSCI
faction = "Station"
total_positions = 4
spawn_positions = 4
supervisors = "the Head of Personnel"
selection_color = "#515151"
supervisors = "the Research Director"
selection_color = "#633D63"
economic_modifier = 4
access = list(access_explorer)
minimal_access = list(access_explorer)
access = list(access_explorer, access_research)
minimal_access = list(access_explorer, access_research)
outfit_type = /decl/hierarchy/outfit/job/explorer2
job_description = "An Explorer searches for interesting things on the surface of Sif, and returns them to the station."