Skip to content

Commit

Permalink
[MIRROR] Allows Fleet chaplains to refuse small arms training
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbotkin authored and SierraHelper committed Oct 21, 2024
1 parent b2b0a27 commit d994276
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions maps/torch/job/service_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@
/datum/mil_rank/fleet/o1,
/datum/mil_rank/fleet/o2,
/datum/mil_rank/ec/o1)
<<<<<<< ours
min_skill = list(SKILL_BUREAUCRACY = SKILL_BASIC)
=======
min_skill = list( // 1 point
SKILL_BUREAUCRACY = SKILL_BASIC, // 1 point
SKILL_WEAPONS = SKILL_UNSKILLED // Fleet chaplains may refuse weapon training
)
>>>>>>> theirs

access = list(
access_morgue, access_chapel_office,
Expand Down

0 comments on commit d994276

Please sign in to comment.