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

Commit e9bfc21

Browse files
cyborg
1 parent aa3c3f7 commit e9bfc21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

code/modules/jobs/job_types/cyborg.dm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414

1515
display_order = JOB_DISPLAY_ORDER_CYBORG
1616

17+
base_skills = list(
18+
SKILL_PHYSIOLOGY = EXP_MID,
19+
SKILL_MECHANICAL = EXP_MID,
20+
SKILL_TECHNICAL = EXP_MASTER,
21+
SKILL_SCIENCE = EXP_MID,
22+
SKILL_FITNESS = EXP_MID,
23+
)
24+
skill_points = EXP_NONE
25+
1726
departments_list = list(
1827
/datum/job_department/silicon,
1928
)

0 commit comments

Comments
 (0)