Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 359e34b

Browse files
authored
Hides synthetics from the job menu (#22625)
* Update synthetic.dm * Update synthetic.dm
1 parent 1d78295 commit 359e34b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/modules/jobs/job_types/synthetic.dm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GLOBAL_LIST_EMPTY(synthetic_added_access)
1717
department_head = list("AI")
1818
faction = "Station"
1919
total_positions = 0
20-
spawn_positions = 0
20+
spawn_positions = 1
2121
supervisors = "the AI"
2222
minimal_player_age = 30
2323
exp_requirements = 900
@@ -48,6 +48,9 @@ GLOBAL_LIST_EMPTY(synthetic_added_access)
4848

4949
forced_species = /datum/species/wy_synth
5050

51+
/datum/job/synthetic/config_check() //disabled for the time being
52+
return FALSE
53+
5154
/datum/job/synthetic/after_spawn(mob/living/H, mob/M, latejoin = FALSE)
5255
. = ..()
5356
H.apply_pref_name(/datum/preference/name/synthetic, M.client)

0 commit comments

Comments
 (0)