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

Commit ce66b71

Browse files
authored
Temporarily disables synthetics (#22526)
* Update synthetic.dm * Update card.dm * Update jobmanagement.dm
1 parent 19f8c54 commit ce66b71

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

code/game/machinery/computer/card.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0)
3232
"AI",
3333
"Assistant",
3434
"Cyborg",
35+
"Synthetic",
3536
"Captain",
3637
"Head of Personnel",
3738
"Head of Security",

code/modules/jobs/job_types/synthetic.dm

Lines changed: 1 addition & 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 = 1
20+
spawn_positions = 0
2121
supervisors = "the AI"
2222
minimal_player_age = 30
2323
exp_requirements = 900

code/modules/modular_computers/file_system/programs/command/jobmanagement.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"AI",
1717
"Assistant",
1818
"Cyborg",
19+
"Synthetic",
1920
"Captain",
2021
"Head of Personnel",
2122
"Head of Security",

0 commit comments

Comments
 (0)