Skip to content

Commit

Permalink
[MIRROR] Increases SKILL_DEVICES cap for the CE (SierraBay#1850)
Browse files Browse the repository at this point in the history
Co-authored-by: TheTitanicEngineer <[email protected]>
  • Loading branch information
2 people authored and dj-34 committed Feb 12, 2024
1 parent fdf4bb6 commit c4db7e2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions maps/torch/job/command_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -193,19 +193,37 @@
/datum/mil_rank/fleet/o2,
/datum/mil_rank/fleet/o3
)
<<<<<<< ours
min_skill = list( SKILL_BUREAUCRACY = SKILL_BASIC,
SKILL_COMPUTER = SKILL_TRAINED,
SKILL_EVA = SKILL_TRAINED,
SKILL_CONSTRUCTION = SKILL_TRAINED,
SKILL_ELECTRICAL = SKILL_TRAINED,
SKILL_ATMOS = SKILL_TRAINED,
SKILL_ENGINES = SKILL_EXPERIENCED)
=======
skill_points = 36
min_skill = list( // 31 points
SKILL_BUREAUCRACY = SKILL_BASIC, // 1 point
SKILL_COMPUTER = SKILL_TRAINED, // 2 points
SKILL_EVA = SKILL_TRAINED, // 2 points
SKILL_CONSTRUCTION = SKILL_TRAINED, // 2 points
SKILL_ELECTRICAL = SKILL_TRAINED, // 4 points
SKILL_ATMOS = SKILL_TRAINED, // 4 points
SKILL_ENGINES = SKILL_EXPERIENCED // 16 points
)
>>>>>>> theirs

max_skill = list( SKILL_CONSTRUCTION = SKILL_MAX,
SKILL_ELECTRICAL = SKILL_MAX,
SKILL_ATMOS = SKILL_MAX,
<<<<<<< ours
SKILL_ENGINES = SKILL_MAX)
skill_points = 30
=======
SKILL_ENGINES = SKILL_MAX,
SKILL_DEVICES = SKILL_EXPERIENCED)
>>>>>>> theirs

access = list(
access_engine, access_engine_equip, access_maint_tunnels, access_external_airlocks, access_emergency_storage,
Expand Down
9 changes: 9 additions & 0 deletions maps/torch/job/engineering_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,17 @@
max_skill = list( SKILL_CONSTRUCTION = SKILL_MAX,
SKILL_ELECTRICAL = SKILL_MAX,
SKILL_ATMOS = SKILL_MAX,
<<<<<<< ours
<<<<<<< ours
SKILL_ENGINES = SKILL_MAX)
skill_points = 20
=======
SKILL_ENGINES = SKILL_MAX,
SKILL_DEVICES = SKILL_EXPERIENCED)
>>>>>>> theirs
=======
SKILL_ENGINES = SKILL_MAX)
>>>>>>> theirs

access = list(
access_engine, access_engine_equip, access_maint_tunnels, access_external_airlocks, access_emergency_storage,
Expand Down

0 comments on commit c4db7e2

Please sign in to comment.